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