Compare commits
1 Commits
7c3c703fc9
...
d2facba674
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d2facba674 |
@@ -6,6 +6,7 @@ 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 {
|
||||||
@@ -43,13 +44,12 @@ 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 = 'v$version'
|
tagTemplate = '$version'
|
||||||
versionPropertyFile = 'gradle.properties'
|
versionPropertyFile = 'gradle.properties'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user