Skip to content

Commit

Permalink
feat(devops): Docker build enhancements
Browse files Browse the repository at this point in the history
- upgrade to Jib Gradle plugin 3.3.1
- produce images tagged with a version by default
- set different memory requirements for each module
  • Loading branch information
bobeal committed Jan 29, 2023
1 parent dd58f8a commit 86219e8
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 @@ -174,7 +174,7 @@ subprojects {

allprojects {
group = "com.egm.stellio"
version = "2.0.0-dev"
version = "2.1.0-dev"

repositories {
mavenCentral()
Expand Down

0 comments on commit 86219e8

Please sign in to comment.