Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Owain94 committed Jun 23, 2022
2 parents 0ae8092 + ffd6ab5 commit fcccef0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ subprojects {
exclude("**/RoomType.java")
}

withType<Jar> {
/*withType<Jar> {
doLast {
// sign jar
if (System.getProperty("signKeyStore") != null) {
Expand All @@ -187,7 +187,7 @@ subprojects {
}
}
}
}
}*/
}

configurations.compileOnly.get().extendsFrom(configurations["annotationProcessor"])
Expand Down

0 comments on commit fcccef0

Please sign in to comment.