Skip to content

Commit

Permalink
Comment in gradle.properties about how to avoid modifying it
Browse files Browse the repository at this point in the history
  • Loading branch information
ddekany committed Dec 1, 2024
1 parent 19e99c6 commit becc837
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@
# specific language governing permissions and limitations
# under the License.

# JDK version used for compilong, except for Source Sets where a specific version is set in build.gradle.kts.
# AVOID EDITING THIS FILE for your local needs, as it's under source control! Instead, either:
# - Add your property value overrides to ~/.gradle/gradle.properties
# - Or use -P<name>=<value> gradle command line options, e.g. -Pfreemarker.allowUnsignedReleaseBuild=true

# JDK version used for compiling, except for Source Sets where a specific version is set in build.gradle.kts.
freemarker.javaVersion=8
# JDK version for running javadoc
freemarker.javadoc.javaVersion=16
Expand Down

0 comments on commit becc837

Please sign in to comment.