Skip to content

Commit 241f666

Browse files
committed
chore: bump dependencies to Gradle 9.0.0
1 parent 49c5e7c commit 241f666

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ allprojects {
1616
maven { url 'https://repo.spring.io/snapshot' }
1717
}
1818

19-
task cleanJS() {
20-
doLast {
21-
delete 'node_modules'
22-
}
23-
}
24-
2519
idea {
2620
module {
2721
excludeDirs += file('node_modules')

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

lab5/spring-authorization-server/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ apply plugin: 'java'
22
apply plugin: 'org.springframework.boot'
33
apply plugin: 'io.spring.dependency-management'
44

5-
sourceCompatibility = "17"
6-
75
repositories {
86
mavenCentral()
97
maven { url "https://repo.spring.io/milestone" }

0 commit comments

Comments
 (0)