ci: Switch deployment to gh actions and use semver & java 17

This commit is contained in:
NotMyFault
2021-11-22 13:38:32 +01:00
parent 4b57a34f59
commit 507b8d5e35
7 changed files with 77 additions and 69 deletions

View File

@@ -42,7 +42,7 @@ fun Project.applyCommonConfiguration() {
plugins.withId("java") {
the<JavaPluginExtension>().toolchain {
languageVersion.set(JavaLanguageVersion.of(16))
languageVersion.set(JavaLanguageVersion.of(17))
}
}