diff options
author | Anthony Hilyard <anthony.hilyard@gmail.com> | 2022-06-14 20:42:46 -0700 |
---|---|---|
committer | Anthony Hilyard <anthony.hilyard@gmail.com> | 2022-06-14 20:42:46 -0700 |
commit | 2e8fbe2faa63ffba2066901135eb9799572614ae (patch) | |
tree | f60fa63616ba43fb4f611257164b0e357d01f9a5 /build.gradle | |
parent | bb600c7a27816d8390e5bb44cfe53d8736070902 (diff) | |
download | Iceberg-2e8fbe2faa63ffba2066901135eb9799572614ae.tar.gz Iceberg-2e8fbe2faa63ffba2066901135eb9799572614ae.tar.bz2 Iceberg-2e8fbe2faa63ffba2066901135eb9799572614ae.zip |
Initial Fabric 1.19 port.
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index 15779cb..bdfc5b2 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '0.10-SNAPSHOT' + id 'fabric-loom' version '0.12-SNAPSHOT' id 'maven-publish' } @@ -61,7 +61,7 @@ jar { manifest { attributes(["Specification-Title": project.name, "Specification-Vendor": project.author, - "Specification-Version": "24.0", + "Specification-Version": project.version, "Implementation-Title": project.name, "Implementation-Version": project.version, "Implementation-Vendor" : project.author, |