Skip to content

Commit

Permalink
Merge pull request #122 from rmcdouga/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
cwisniew authored Aug 14, 2022
2 parents dcaa26c + 599d31d commit 67409a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ apply plugin: 'com.diffplug.spotless'



project.sourceCompatibility = 16
project.targetCompatibility = 16
project.sourceCompatibility = 17
project.targetCompatibility = 17

// In this section you declare where to find the dependencies of your project
repositories {
Expand Down
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.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 67409a0

Please sign in to comment.