Add gh actions

This commit is contained in:
destro174
2022-02-19 17:00:03 +01:00
parent 1e0bf8b5ae
commit c5024e4155
2 changed files with 27 additions and 0 deletions
+4
View File
@@ -26,6 +26,10 @@ subprojects {
withType<Javadoc> {
options.encoding = Charsets.UTF_8.name()
}
withType<JavaCompile> {
options.isDeprecation = true
}
}
}