Skip to content

Commit fbcf296

Browse files
Merge pull request #500 from RADAR-base/snapshot-versioning
Update project version and grep correct project version
2 parents 6aa3dd2 + 34b830f commit fbcf296

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-snapshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Has SNAPSHOT version
2121
id: is-snapshot
22-
run: grep 'version = ".*-SNAPSHOT"' build.gradle
22+
run: grep 'project_version=.*-SNAPSHOT' gradle.properties
2323

2424
- uses: actions/setup-java@v3
2525
with:

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ android.defaults.buildfeatures.buildconfig=true
2424
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
2525
# org.gradle.parallel=true
2626

27-
project_version=1.5.3
27+
project_version=1.6.0-SNAPSHOT
2828

2929
java_version=17
3030
kotlin_version=1.9.23

0 commit comments

Comments
 (0)