Skip to content

Commit

Permalink
next trial
Browse files Browse the repository at this point in the history
  • Loading branch information
Niko Stotz committed Nov 7, 2023
1 parent a23edd4 commit 5b88ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ plugins {
}

val releaseVersion: String = (project.version) as String
val isReleaseVersion = !releaseVersion.endsWith("SNAPSHOT")
val versionSuffix: String by project
val lionwebJavaVersion: String by project
val mpsVersion: String by project
Expand All @@ -30,7 +31,6 @@ dependencies {

group = "io.lionweb"

val isReleaseVersion = !releaseVersion.endsWith("SNAPSHOT")


task<Jar>("sourcesJar") {
Expand Down

0 comments on commit 5b88ff9

Please sign in to comment.