updated multi reelase jar pluigin
This commit is contained in:
24
multi-release-jar/build.gradle
Normal file
24
multi-release-jar/build.gradle
Normal file
@@ -0,0 +1,24 @@
|
||||
plugins {
|
||||
id 'maven-publish'
|
||||
id 'groovy-gradle-plugin'
|
||||
}
|
||||
|
||||
version = "0.1"
|
||||
|
||||
gradlePlugin {
|
||||
plugins {
|
||||
create("MultiVersionJarPlugin") {
|
||||
id = "net.woggioni.plugins.multi-version-jar"
|
||||
implementationClass = "net.woggioni.plugins.multi.release.jar.MultiVersionJarPlugin"
|
||||
}
|
||||
create("MultiReleaseJarPlugin") {
|
||||
id = "net.woggioni.plugins.multi-release-jar"
|
||||
implementationClass = "net.woggioni.plugins.multi.release.jar.MultiReleaseJarPlugin"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
targetCompatibility = JavaVersion.VERSION_1_8
|
||||
}
|
Reference in New Issue
Block a user