Merge branch 'main' of https://github.com/gamma-delta/HexMod
This commit is contained in:
commit
c5c7b302d2
1 changed files with 2 additions and 1 deletions
|
@ -185,6 +185,7 @@ tasks.withType(JavaCompile) {
|
|||
|
||||
compileKotlin {
|
||||
source(project(":Common").sourceSets.main.kotlin)
|
||||
shouldRunAfter(invalidateJavaForRefmap)
|
||||
}
|
||||
|
||||
compileTestKotlin {
|
||||
|
@ -197,7 +198,7 @@ sourceSets {
|
|||
test.kotlin.srcDirs += 'src/main/java'
|
||||
}
|
||||
|
||||
build {
|
||||
jar {
|
||||
dependsOn(invalidateJavaForRefmap)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue