Approval confirmation
Approval confirmation
Delete plugin confirmation
To confirm the plugin deletion insert pluginId and author name
Lars Grefer
org.joinfaces
PluginId
Author
Version 4.5.0
4.5.0
Created 01 June 2021.
JoinFaces Gradle Plugin
Other versions
- 5.2.0-m3
- 5.2.0-m2
- 5.2.0-m1
- 5.1.12
- 5.1.11
- 5.1.10
- 5.1.9.1
- 5.1.9
- 5.1.8
- 5.1.7
- 5.1.6
- 5.1.5
- 5.1.4
- 5.1.3
- 5.1.2
- 5.1.1
- 5.1.0
- 5.1.0-rc2
- 5.1.0-rc1
- 5.1.0-m2
- 5.1.0-m1
- 5.0.13
- 5.0.12
- 5.0.11
- 5.0.10
- 5.0.9
- 5.0.8
- 5.0.7
- 5.0.6
- 5.0.5
- 5.0.4
- 5.0.3
- 5.0.2
- 5.0.1
- 5.0.0
- 5.0.0-m5
- 5.0.0-m4
- 5.0.0-m3
- 5.0.0-m2
- 5.0.0-m1
- 4.7.18
- 4.7.17
- 4.7.16
- 4.7.15
- 4.7.14
- 4.7.13
- 4.7.12
- 4.7.11
- 4.7.10
- 4.7.9
- 4.7.8
- 4.7.7
- 4.7.6
- 4.7.5
- 4.7.4
- 4.7.3
- 4.7.2
- 4.7.1
- 4.7.0.2
- 4.7.0.1
- 4.7.0
- 4.7.0-rc1
- 4.7.0-m3
- 4.7.0-m2
- 4.7.0-m1
- 4.6.14
- 4.6.13
- 4.6.12
- 4.6.11
- 4.6.10
- 4.6.9
- 4.6.8
- 4.6.7
- 4.6.6
- 4.6.5
- 4.6.4
- 4.6.3
- 4.6.2
- 4.6.1
- 4.6.0
- 4.6.0-rc1
- 4.6.0-m2
- 4.6.0-m1
- 4.5.14.1
- 4.5.14
- 4.5.13
- 4.5.12
- 4.5.11
- 4.5.10
- 4.5.9
- 4.5.8
- 4.5.7
- 4.5.6
- 4.5.5
- 4.5.4
- 4.5.3
- 4.5.1
- 4.5.0-rc1
- 4.5.0-m2
- 4.4.13
- 4.4.12
- 4.4.11
- 4.4.10
- 4.4.9
- 4.4.7
- 4.4.6
- 4.4.5
- 4.4.3
- 4.4.2
- 4.4.0-rc1
- 4.4.0-m3
- 4.3.12
- 4.3.11
- 4.3.10
- 4.3.9
- 4.3.8
- 4.3.6
- 4.3.4
- 4.3.3
- 4.3.2
- 4.3.0
- 4.1.13
- 4.1.11
- 4.1.10
- 4.1.9
- 4.1.5
- 4.1.4
- 4.1.2
- 4.1.1
- 4.1.0-rc1
- 4.1.0-m5
- 4.1.0-m4
- 4.1.0-m3
- 4.1.0-m2
- 4.1.0-m1
- 4.0.12
- 4.0.11
- 4.0.9
- 4.0.8
- 4.0.7
- 4.0.6
- 4.0.5
- 4.0.4
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 4.0.0-alpha.1
Using the plugins DSL:
plugins {
id("org.joinfaces") version "4.5.0"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("org.joinfaces:joinfaces-gradle-plugin:4.5.0")
}
}
apply(plugin = "org.joinfaces")
Using the plugins DSL:
plugins {
id "org.joinfaces" version "4.5.0"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "org.joinfaces:joinfaces-gradle-plugin:4.5.0"
}
}
apply plugin: "org.joinfaces"