Skip to content

Commit

Permalink
back to 6.3 and show built jars
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajpiar committed May 23, 2024
1 parent 2152d0b commit 46466ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ jobs:
./configure.sh
./gradlew --no-daemon dependencies
./gradlew --no-daemon --stacktrace build -x test
- name: List the built jars
run: |
find rsk-core/build/libs -name "*.jar"
sonarqube:
needs: build
Expand Down
2 changes: 1 addition & 1 deletion rskj-core/src/main/resources/version.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
versionNumber='6.2.0'
versionNumber='6.3.0'
modifier="SNAPSHOT"

0 comments on commit 46466ee

Please sign in to comment.