version update and improved MultiVersionJarPlugin

This commit is contained in:
2022-06-27 00:14:41 +08:00
parent 3daab40e88
commit f034027abc
16 changed files with 181 additions and 141 deletions

View File

@@ -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") {