Skip to content

Commit

Permalink
Bump Gradle and gradle-extensions (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pitterling committed May 27, 2022
1 parent 301410a commit 30d6305
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id("application")
id("com.github.johnrengelman.shadow") version "7.1.2"
id("checkstyle")
id("com.github.vlsi.gradle-extensions") version "1.74"
id("com.github.vlsi.gradle-extensions") version "1.78"
}

group = "com.github.vlsi.ksar"
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionSha256Sum=23b89f8eac363f5f4b8336e0530c7295c55b728a9caa5268fdd4a532610d5392
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.2-bin.zip
distributionSha256Sum=29e49b10984e585d8118b7d0bc452f944e386458df27371b49b4ac1dec4b7fda
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip

0 comments on commit 30d6305

Please sign in to comment.