temp remove javadoc jar as it's erroring
This commit is contained in:
@@ -2,7 +2,7 @@ group = gg.projecteden.parchment
|
||||
version = 1.20.4-R0.1-SNAPSHOT
|
||||
|
||||
mcVersion = 1.20.4
|
||||
paperRef = 7e15d977ecce23ee72b059e9be292d983a336c50
|
||||
paperRef = f1820dc80a02009980e6466ea5847933861b911a
|
||||
edenVersion = 2.2.8-SNAPSHOT
|
||||
|
||||
updatingMinecraft=true
|
||||
|
||||
18
patches/api/0019-Temporarily-remove-Javadoc-jar.patch
Normal file
18
patches/api/0019-Temporarily-remove-Javadoc-jar.patch
Normal file
@@ -0,0 +1,18 @@
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Blast-MC <cjblanton2@gmail.com>
|
||||
Date: Fri, 15 Dec 2023 23:46:17 -0500
|
||||
Subject: [PATCH] Temporarily remove Javadoc jar
|
||||
|
||||
|
||||
diff --git a/build.gradle.kts b/build.gradle.kts
|
||||
index 9901114fba1469c138bba1821cafd057fbafd4b1..7b2266d0033a43a195e344f816c2a65bd2877db4 100644
|
||||
--- a/build.gradle.kts
|
||||
+++ b/build.gradle.kts
|
||||
@@ -6,7 +6,6 @@ plugins {
|
||||
|
||||
java {
|
||||
withSourcesJar()
|
||||
- withJavadocJar()
|
||||
}
|
||||
|
||||
val annotationsVersion = "24.0.1"
|
||||
Reference in New Issue
Block a user