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

@ -29,4 +29,5 @@ dependencies {
implementation("org.ajoberstar.grgit:grgit-gradle:4.1.0")
implementation("gradle.plugin.com.github.johnrengelman:shadow:7.1.0")
implementation("io.papermc.paperweight.userdev:io.papermc.paperweight.userdev.gradle.plugin:1.1.14")
implementation("io.github.gradle-nexus:publish-plugin:1.1.0")
}