Skip to content

Commit f5ba833

Browse files
committed
Move property from not allowed secion
1 parent 00fe9af commit f5ba833

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ org.gradle.parallel=true
2121
org.gradle.daemon=true
2222
org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx1536M -XX:MaxMetaspaceSize=1024M
2323

24+
# Set when we are temporarily releasing, should be false unless we want to prevent
25+
# snapshot or documentation publishes.
26+
preventSnapshotPublish=true
27+
2428
# Generated on Fri Nov 22 09:58:56 CET 2024 by: ./gradlew :grails-bom:syncProps
2529
# Only version value modifications allowed after this point. Do not insert or change version names.
2630
ant.version=1.10.15
@@ -80,7 +84,3 @@ spotbugs-annotations.version=4.8.6
8084
spring-boot.version=3.4.1
8185
springloaded.version=1.2.8.RELEASE
8286
views-json-testing-support.version=4.0.0-SNAPSHOT
83-
84-
# Set when we are temporarily releasing, should be false unless we want to prevent
85-
# snapshot or documentation publishes.
86-
preventSnapshotPublish=true

0 commit comments

Comments
 (0)