File tree Expand file tree Collapse file tree 3 files changed +1
-9
lines changed
lab5/spring-authorization-server Expand file tree Collapse file tree 3 files changed +1
-9
lines changed Original file line number Diff line number Diff 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' )
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ apply plugin: 'java'
22apply plugin : ' org.springframework.boot'
33apply plugin : ' io.spring.dependency-management'
44
5- sourceCompatibility = " 17"
6-
75repositories {
86 mavenCentral()
97 maven { url " https://repo.spring.io/milestone" }
You can’t perform that action at this time.
0 commit comments