diff options
author | Aurelien Poscia <aurelien.poscia@sonarsource.com> | 2023-06-22 14:36:20 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-06-23 20:03:17 +0000 |
commit | 92a8b0c4db4d7a3de4929e4add44137f23f9cd10 (patch) | |
tree | 298054d2ac3c9e8eaff914c4f1bbe95907bb79dc /gradle.properties | |
parent | bb2fa45b4e8d9e1f1e3d0842e3663ee41a109624 (diff) | |
download | sonarqube-92a8b0c4db4d7a3de4929e4add44137f23f9cd10.tar.gz sonarqube-92a8b0c4db4d7a3de4929e4add44137f23f9cd10.zip |
SONAR-19498 few clean-ups on build scripts
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 1f2bb1372fa..837aec54800 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,4 +8,3 @@ org.gradle.caching=true org.gradle.vfs.watch=true elasticsearchVersion=8.7.0 projectType=application -org.gradle.logging.level=info |