diff options
author | Jason Penilla <[email protected]> | 2021-06-12 18:28:41 -0700 |
---|---|---|
committer | Jason Penilla <[email protected]> | 2021-06-12 18:28:41 -0700 |
commit | 672c5365f422f2b9247b0fa5edc887352f512046 (patch) | |
tree | 5e68efa4df8b0bc3343fdae6cb5153eb565cc175 /patches/api/0006-Adventure.patch | |
parent | fa637ed8ddc23b1938978ce08d17be62527ff966 (diff) | |
download | Paper-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 'patches/api/0006-Adventure.patch')
-rw-r--r-- | patches/api/0006-Adventure.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/api/0006-Adventure.patch b/patches/api/0006-Adventure.patch index 002a345853..1037cf46f7 100644 --- a/patches/api/0006-Adventure.patch +++ b/patches/api/0006-Adventure.patch @@ -7,10 +7,10 @@ Co-authored-by: zml <[email protected]> Co-authored-by: Jake Potrebic <[email protected]> diff --git a/build.gradle.kts b/build.gradle.kts -index 95327c3971cd57e01da2a62e1b72ba15fcbb63f4..4c197e7d9966f8789e6709461e59fc89355afd9c 100644 +index 218e9c682e7b91dc27f2caf46316ba7a7982e5f3..50c3a01826f0ff939e3ee935d5a4e446f46c8cce 100644 --- a/build.gradle.kts +++ b/build.gradle.kts -@@ -17,6 +17,11 @@ dependencies { +@@ -19,6 +19,11 @@ dependencies { api("org.yaml:snakeyaml:1.29") api("com.googlecode.json-simple:json-simple:1.1.1") // Paper api("it.unimi.dsi:fastutil:8.2.2") |