Compare commits
4 Commits
d2facba674
...
7c3c703fc9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7c3c703fc9 | ||
|
|
815d0be2d8 | ||
|
|
42e8f6078e | ||
|
|
c0ac52b40a |
@@ -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,12 +43,13 @@ publishing {
|
|||||||
}
|
}
|
||||||
|
|
||||||
release {
|
release {
|
||||||
|
buildTasks = ['build']
|
||||||
failOnSnapshotDependencies = true
|
failOnSnapshotDependencies = true
|
||||||
ignoredSnapshotDependencies = [
|
ignoredSnapshotDependencies = [
|
||||||
"io.papermc.paper:paper-api"
|
"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