Add semver plugin
This commit is contained in:
parent
e46910f3c1
commit
adcfed94b7
|
|
@ -5,6 +5,7 @@ plugins {
|
|||
id 'com.palantir.git-version' version '1.0.0'
|
||||
id 'se.bjurr.gitchangelog.git-changelog-gradle-plugin' version '1.79.0'
|
||||
id "com.modrinth.minotaur" version "2.+"
|
||||
id "com.javiersc.semver" version "0.5.0-alpha.2"
|
||||
}
|
||||
|
||||
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_8
|
||||
|
|
@ -221,4 +222,4 @@ tasks.modrinth.dependsOn(":generateChangelog")
|
|||
tasks.register('publishToModSites') {
|
||||
publishToModSites.dependsOn(tasks.modrinth)
|
||||
publishToModSites.dependsOn(tasks.curseforge)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user