Skip to content

Commit

Permalink
SMA-4-Specified gradle version to 8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
markpernia committed Jan 17, 2024
1 parent 4a1604d commit 1edd217
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ plugins {
id 'io.spring.dependency-management' version '1.1.4'
}

wrapper {
gradleVersion = '8.5'
}

group = 'com.sportsmatch'
version = '0.0.1-SNAPSHOT'

Expand Down

0 comments on commit 1edd217

Please sign in to comment.