mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2025-02-01 23:23:20 +01:00
[build] please just work
This commit is contained in:
parent
9c0dfc9ae3
commit
cde988393a
@ -7,7 +7,7 @@ plugins {
|
||||
|
||||
val buildNumber: String? = System.getenv("BUILD_NUMBER")
|
||||
|
||||
rootProject.version = if (buildNumber != null) "3.12-$buildNumber" else "3.12"
|
||||
rootProject.version = if (buildNumber != null) "1.4.2-$buildNumber" else "1.4.2"
|
||||
|
||||
val isSnapshot = false
|
||||
|
||||
|
@ -10,7 +10,6 @@ issues = https://github.com/Crazy-Crew/CrazyAuctions/issues
|
||||
|
||||
group = com.badbones69.crazyauctions
|
||||
description = Auction off items in style.
|
||||
version = 1.4.2
|
||||
apiVersion = 1.20
|
||||
|
||||
mcVersion = 1.20.4
|
||||
|
Loading…
Reference in New Issue
Block a user