project renamed envelope

This commit is contained in:
2021-09-25 21:08:21 +02:00
parent 9f085af24a
commit 5aea49219f
17 changed files with 39 additions and 384 deletions

View File

@@ -32,7 +32,7 @@ allprojects {
}
}
version = getProperty("version.executableJar")
version = getProperty("version.envelope")
configurations {
embedded
@@ -72,9 +72,9 @@ jar {
gradlePlugin {
plugins {
create("ExecutableJarPlugin") {
id = "net.woggioni.gradle.executable-jar"
implementationClass = "net.woggioni.gradle.executable.jar.ExecutableJarPlugin"
create("EnvelopePlugin") {
id = "net.woggioni.gradle.envelope"
implementationClass = "net.woggioni.gradle.envelope.EnvelopePlugin"
}
}
}