Skip to content

Commit

Permalink
Move property from not allowed secion
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole committed Dec 20, 2024
1 parent 00fe9af commit f5ba833
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ org.gradle.parallel=true
org.gradle.daemon=true
org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx1536M -XX:MaxMetaspaceSize=1024M

# Set when we are temporarily releasing, should be false unless we want to prevent
# snapshot or documentation publishes.
preventSnapshotPublish=true

# Generated on Fri Nov 22 09:58:56 CET 2024 by: ./gradlew :grails-bom:syncProps
# Only version value modifications allowed after this point. Do not insert or change version names.
ant.version=1.10.15
Expand Down Expand Up @@ -80,7 +84,3 @@ spotbugs-annotations.version=4.8.6
spring-boot.version=3.4.1
springloaded.version=1.2.8.RELEASE
views-json-testing-support.version=4.0.0-SNAPSHOT

# Set when we are temporarily releasing, should be false unless we want to prevent
# snapshot or documentation publishes.
preventSnapshotPublish=true

0 comments on commit f5ba833

Please sign in to comment.