Skip to content

Commit

Permalink
Fix GA
Browse files Browse the repository at this point in the history
  • Loading branch information
blootsvoets committed Mar 22, 2023
1 parent a5b2d19 commit aa47652
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: ./gradlew check

- name: Check version
run:
run: |
projectVersion=$(./gradlew properties | grep '^version:.*$')
pluginVersion=$(./gradlew :radar-commons-plugin:properties | grep '^version:.*$')
if [ "$projectVersion" != "$pluginVersion" ]; then
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: gradle/gradle-build-action@v2

- name: Check version
run:
run: |
projectVersion=$(./gradlew properties | grep '^version:.*$')
pluginVersion=$(./gradlew :radar-commons-plugin:properties | grep '^version:.*$')
if [ "$projectVersion" != "$pluginVersion" ]; then
Expand Down
2 changes: 0 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8

projectVersion=0.16.0-SNAPSHOT

0 comments on commit aa47652

Please sign in to comment.