Compare commits
6 Commits
69dddfb6a0
...
76656e471f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
76656e471f | ||
|
|
7c3c703fc9 | ||
|
|
815d0be2d8 | ||
|
|
42e8f6078e | ||
|
|
c0ac52b40a | ||
|
|
e9c53a1b24 |
@@ -6,7 +6,6 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group = 'com.majinnaibu.minecraft.plugins'
|
group = 'com.majinnaibu.minecraft.plugins'
|
||||||
version = '0.2.1-SNAPSHOT'
|
|
||||||
description = "ScoreKeeper"
|
description = "ScoreKeeper"
|
||||||
|
|
||||||
tasks.withType(JavaCompile).configureEach {
|
tasks.withType(JavaCompile).configureEach {
|
||||||
@@ -44,9 +43,13 @@ publishing {
|
|||||||
}
|
}
|
||||||
|
|
||||||
release {
|
release {
|
||||||
|
buildTasks ['spotlessCheck', 'build']
|
||||||
failOnSnapshotDependencies = true
|
failOnSnapshotDependencies = true
|
||||||
|
ignoredSnapshotDependencies = [
|
||||||
|
"io.papermc.paper:paper-api"
|
||||||
|
]
|
||||||
revertOnFail = true
|
revertOnFail = true
|
||||||
tagTemplate = '$version'
|
tagTemplate = 'v$version'
|
||||||
versionPropertyFile = 'gradle.properties'
|
versionPropertyFile = 'gradle.properties'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
version=0.2.1
|
version=0.2.2-SNAPSHOT
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user