version update and improved MultiVersionJarPlugin
This commit is contained in:
@@ -5,11 +5,6 @@ plugins {
|
||||
dependencies {
|
||||
}
|
||||
|
||||
compileJava {
|
||||
options.release = 8
|
||||
options.compilerArgs << '-parameters'
|
||||
}
|
||||
|
||||
["apiElements", "runtimeElements"].each { String name ->
|
||||
def conf = project.configurations.getByName(name)
|
||||
conf.attributes {
|
||||
@@ -17,8 +12,6 @@ compileJava {
|
||||
}
|
||||
}
|
||||
|
||||
version = 0.2
|
||||
|
||||
gradlePlugin {
|
||||
plugins {
|
||||
create("DependencyExportPlugin") {
|
||||
|
Reference in New Issue
Block a user