Merge pull request #2745 from Lucwousin/deob-annot
Deob/asm: Improve cfg deob, reproducible jars, smart annotations
This commit is contained in:
@@ -34,8 +34,8 @@ buildscript {
|
||||
}
|
||||
dependencies {
|
||||
classpath("org.ajoberstar.grgit:grgit-core:4.0.2")
|
||||
classpath("com.github.ben-manes:gradle-versions-plugin:0.29.0")
|
||||
classpath("com.openosrs:injector-plugin:1.1.4")
|
||||
classpath("com.github.ben-manes:gradle-versions-plugin:0.28.0")
|
||||
classpath("com.openosrs:injector-plugin:1.1.5")
|
||||
}
|
||||
}
|
||||
|
||||
@@ -202,6 +202,8 @@ subprojects {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
configurations["compileOnly"].extendsFrom(configurations["annotationProcessor"])
|
||||
}
|
||||
|
||||
application {
|
||||
|
||||
Reference in New Issue
Block a user