Skip to content

Commit

Permalink
release 1.8.0-rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
siordache committed Mar 22, 2021
1 parent 9ae8fcf commit 4830cea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildScan {
}

group 'org.javamodularity'
version '1.7.1-SNAPSHOT'
version '1.8.0-rc4'

sourceCompatibility = 11
targetCompatibility = 11
Expand Down
5 changes: 5 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
jdk:
- openjdk11
install:
- echo "Running a custom install command"
- ./gradlew clean build -x test publishToMavenLocal

0 comments on commit 4830cea

Please sign in to comment.