Compare commits

..

1 Commits

Author SHA1 Message Date
Tom Hicks
d2facba674 [Gradle Release Plugin] - new version commit: '0.2.2-SNAPSHOT'. 2025-07-16 02:57:29 -07:00

View File

@@ -6,6 +6,7 @@ plugins {
}
group = 'com.majinnaibu.minecraft.plugins'
version = '0.2.1-SNAPSHOT'
description = "ScoreKeeper"
tasks.withType(JavaCompile).configureEach {
@@ -43,13 +44,12 @@ publishing {
}
release {
buildTasks = ['build']
failOnSnapshotDependencies = true
ignoredSnapshotDependencies = [
"io.papermc.paper:paper-api"
]
revertOnFail = true
tagTemplate = 'v$version'
tagTemplate = '$version'
versionPropertyFile = 'gradle.properties'
}