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