From dc70117dd1b64ffd8d3f50f8f55e1cad7fddf02f Mon Sep 17 00:00:00 2001 From: Asterios Raptis Date: Sat, 22 Jun 2024 19:36:41 +0200 Subject: [PATCH] added comment for the deployment and install properties --- gradle.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gradle.properties b/gradle.properties index f1cd56d8..3f61fc51 100644 --- a/gradle.properties +++ b/gradle.properties @@ -28,6 +28,9 @@ projectRepositoriesPasswordKey=ossrhPassword projectRepositoriesReleasesName=Sonatype Nexus Releases projectRepositoriesSnapshotsName=Sonatype Nexus Snapshots projectRepositoriesMavenUrl=https://plugins.gradle.org/m2/ +##################################### +# Deployment and install properties # +##################################### ############################ # IzPackInstaller property # ############################