aboutsummaryrefslogtreecommitdiffhomepage
path: root/gradle.properties
diff options
context:
space:
mode:
authorJason Penilla <[email protected]>2021-06-12 18:28:41 -0700
committerJason Penilla <[email protected]>2021-06-12 18:28:41 -0700
commit672c5365f422f2b9247b0fa5edc887352f512046 (patch)
tree5e68efa4df8b0bc3343fdae6cb5153eb565cc175 /gradle.properties
parentfa637ed8ddc23b1938978ce08d17be62527ff966 (diff)
downloadPaper-672c5365f422f2b9247b0fa5edc887352f512046.tar.gz
Paper-672c5365f422f2b9247b0fa5edc887352f512046.zip
Write API version to pom.properties for Versioning to read
Maven writes this metadata normally, but we don't use maven. Maybe should modify Versioning instead in the future, but this works just fine for now.
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties
index 31b3057617..071cb6fb13 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,4 +1,4 @@
-group = "io.papermc.paper"
+group = io.papermc.paper
version = 1.17-R0.1-SNAPSHOT
mcVersion = 1.17