Skip to content

Commit

Permalink
Bump gradle to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
eleventy7 committed Nov 25, 2022
1 parent 421e136 commit d913687
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
direnv 2.32.1
java zulu-17.38.21
docker-compose 1.29.2
gradle 7.6
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Note: JDK 17 requires that `--add-opens=java.base/sun.nio.ch=ALL-UNNAMED` is add

Requires:
- Java 17
- Gradle 7.5.1
- Gradle 7.6

Tested on Ubuntu 20 + macOS 12 & 13
Tested on Ubuntu 20 + macOS 13

![build](https://github.com/eleventy7/aeron-cookbook-code/workflows/JavaCI/badge.svg)

Expand Down
10 changes: 4 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -390,12 +390,10 @@ project('sbe-core') {

dependencies {
implementation group: 'org.agrona', name: 'agrona', version: AGRONA_VERSION
implementation project(path: ':sbe-protocol')
}

idea {
dependencies {
implementation project(':sbe-protocol').sourceSets.generated.output
implementation(project(":sbe-protocol")) {
println(dependencyProject)
}
testImplementation project(":sbe-protocol").sourceSets.generated.output
}

}
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit d913687

Please sign in to comment.