Skip to content

Commit

Permalink
fix version in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Daniels committed Jul 22, 2024
1 parent ae818c5 commit b40fed9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = 'com.styra'
version = '0.0.2-SNAPSHOT'
version = '0.0.2'

java {
sourceCompatibility = '17'
Expand Down Expand Up @@ -116,7 +116,7 @@ publishing {
maven(MavenPublication) {
groupId = 'com.styra.opa'
artifactId = 'springboot'
version = '0.0.1'
version = version

from components.java

Expand Down

0 comments on commit b40fed9

Please sign in to comment.