Skip to content

Commit

Permalink
Merge pull request #1401 from pjonsson/gradle-update
Browse files Browse the repository at this point in the history
Update to Gradle 8.6
  • Loading branch information
nfi authored Feb 9, 2024
2 parents 9882570 + b4aaa08 commit 6a9c086
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,22 +54,22 @@ jobs:
- name: Build Cooja and Documentation
uses: gradle/gradle-build-action@v2
with:
gradle-version: 8.5
gradle-version: 8.6
cache-read-only: false
arguments: build -Perrorprone
build-root-directory: contiki-ng/tools/cooja
# The Jar is important for MSPSim in Contiki-NG.
- name: Build Jar
uses: gradle/gradle-build-action@v2
with:
gradle-version: 8.5
gradle-version: 8.6
cache-read-only: false
arguments: jar
build-root-directory: contiki-ng/tools/cooja
- name: Test MSPSim
uses: gradle/gradle-build-action@v2
with:
gradle-version: 8.5
gradle-version: 8.6
arguments: test
build-root-directory: contiki-ng/tools/cooja

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 6a9c086

Please sign in to comment.