build.gradle (spring-boot-2.7.3) | : | build.gradle (spring-boot-2.7.4) | ||
---|---|---|---|---|
skipping to change at line 41 | skipping to change at line 41 | |||
} | } | |||
if (version.endsWith('-SNAPSHOT')) { | if (version.endsWith('-SNAPSHOT')) { | |||
maven { url "https://repo.spring.io/snapshot" } | maven { url "https://repo.spring.io/snapshot" } | |||
} | } | |||
} | } | |||
configurations.all { | configurations.all { | |||
resolutionStrategy.cacheChangingModulesFor 0, "minutes" | resolutionStrategy.cacheChangingModulesFor 0, "minutes" | |||
} | } | |||
} | } | |||
tasks.named("checkstyleNohttp").configure { | ||||
maxHeapSize = "1g" | ||||
} | ||||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 0 lines changed or added |