Skip to content

Commit

Permalink
Move version to gradle.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
lsuski committed Aug 19, 2024
1 parent 1c0efb2 commit cbb1382
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ local.properties
.gradle
build
/cucumber-android/build/
.kotlin
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ allprojects {
url releaseRepository
}
}
version = "7.19.0-SNAPSHOT"
ext.cucumber_javaVersion = '7.18.1'
group = 'io.cucumber'
}
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ org.gradle.jvmargs=-Xmx2048m
# org.gradle.parallel=true
android.enableJetifier=true
android.useAndroidX=true
#cucumberUseAndroidJUnitRunner = false
#cucumberUseAndroidJUnitRunner = false
version = 7.19.0-SNAPSHOT

0 comments on commit cbb1382

Please sign in to comment.