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