Skip to content

Commit

Permalink
Merge pull request #27 from KPMP/KPMP-4939_SettingProdVersionCorrectly
Browse files Browse the repository at this point in the history
Update build.gradle
  • Loading branch information
rlreamy authored Jun 5, 2024
2 parents 2dadd3b + 81fc3bb commit 05d6945
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-gradle-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
build-gradle-project:
env:
IMAGE_TAG: 2.2
IMAGE_TAG: 2.1
runs-on: ubuntu-latest
steps:
- name: Get branch names
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ apply plugin: 'com.palantir.docker'

jar {
baseName='state-manager-service'
version= '2.2'
version= '2.1'
}

repositories {
Expand Down

0 comments on commit 05d6945

Please sign in to comment.