summaryrefslogtreecommitdiff
path: root/versions.properties
diff options
context:
space:
mode:
authorJoffrey Bion <joffrey.bion@gmail.com>2023-07-03 17:49:44 +0200
committerJoffrey Bion <joffrey.bion@gmail.com>2023-07-05 15:59:53 +0200
commit6aa87c066cd0a87269df346d6770453997bd67ab (patch)
tree7bcc9a3446376230a9144bce0db06652979271d5 /versions.properties
parentFormat libs.versions.toml (diff)
downloadseven-wonders-6aa87c066cd0a87269df346d6770453997bd67ab.tar.gz
seven-wonders-6aa87c066cd0a87269df346d6770453997bd67ab.tar.bz2
seven-wonders-6aa87c066cd0a87269df346d6770453997bd67ab.zip
Prevent the creation of empty versions.properties files
Diffstat (limited to 'versions.properties')
-rw-r--r--versions.properties10
1 files changed, 0 insertions, 10 deletions
diff --git a/versions.properties b/versions.properties
deleted file mode 100644
index f7ea1f1a..00000000
--- a/versions.properties
+++ /dev/null
@@ -1,10 +0,0 @@
-#### Dependencies and Plugin versions with their available updates.
-#### Generated by `./gradlew refreshVersions` version 0.51.0
-####
-#### Don't manually edit or split the comments that start with four hashtags (####),
-#### they will be overwritten by refreshVersions.
-####
-#### suppress inspection "SpellCheckingInspection" for whole file
-#### suppress inspection "UnusedProperty" for whole file
-####
-#### NOTE: Some versions are filtered by the rejectVersionsIf predicate. See the settings.gradle.kts file.
bgstack15