Skip to content

Commit

Permalink
now rc == snapshot xD
Browse files Browse the repository at this point in the history
  • Loading branch information
DeathGOD7 committed Apr 22, 2024
1 parent edf4793 commit e2bb824
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ group = "io.github.deathgod7.SE7ENLib"
version = "1.1.1-rc1"
description = "A lib to aid in development for my java stuff."



repositories {
mavenLocal()
mavenCentral()
Expand Down Expand Up @@ -110,7 +108,7 @@ tasks.withType<JavaCompile> {
options.compilerArgs.add("-Xlint:unchecked")
}

extra["isReleaseVersion"] = !version.toString().endsWith("SNAPSHOT")
extra["isReleaseVersion"] = !(version.toString().endsWith("SNAPSHOT") || version.toString().contains("-rc"))
extra["groupID"] = "io.github.deathgod7"
extra["artifactID"] = "SE7ENLib"

Expand Down

0 comments on commit e2bb824

Please sign in to comment.