File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 54
54
}
55
55
56
56
bootJar {
57
- archivesBaseName = " spring-hateoas-jsonapi-example"
57
+ archiveBaseName = " spring-hateoas-jsonapi-example"
58
58
}
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
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
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 75
75
}
76
76
77
77
jar {
78
- archivesBaseName = ' spring-hateoas-jsonapi'
78
+ archiveBaseName = ' spring-hateoas-jsonapi'
79
79
manifest {
80
80
attributes(
81
81
' Build-Timestamp' : new SimpleDateFormat (" yyyy-MM-dd'T'HH:mm:ss.SSSZ" ). format(new Date ()),
You can’t perform that action at this time.
0 commit comments