Skip to content

Commit

Permalink
Merge pull request #514 from perfectsense/feature/use-release-gyro
Browse files Browse the repository at this point in the history
Use release version of gyro
  • Loading branch information
deepanjan90 authored Aug 5, 2021
2 parents 82aed6b + 36954e0 commit 39f67e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ shadowJar {
build.dependsOn shadowJar

dependencies {
api 'gyro:gyro-core:1.1.1' + (releaseBuild ? '' : '-SNAPSHOT')
api 'gyro:gyro-core:1.1.1'

implementation 'com.google.guava:guava:23.0'
implementation 'com.psddev:dari-util:3.3.607-xe0f27a'
Expand Down

0 comments on commit 39f67e0

Please sign in to comment.