From cab9336f9884cd3eaed8848df25f91aed6ea135c Mon Sep 17 00:00:00 2001 From: Luck Date: Wed, 4 Dec 2024 11:04:35 +0000 Subject: Update to MC 1.21.4 --- spark-common/build.gradle | 9 --------- 1 file changed, 9 deletions(-) (limited to 'spark-common') diff --git a/spark-common/build.gradle b/spark-common/build.gradle index f444c34..21c15b1 100644 --- a/spark-common/build.gradle +++ b/spark-common/build.gradle @@ -80,15 +80,6 @@ test { } publishing { - //repositories { - // maven { - // url = 'https://oss.sonatype.org/content/repositories/snapshots' - // credentials { - // username = sonatypeUsername - // password = sonatypePassword - // } - // } - //} //repositories { // maven { // url = 'https://nexus.lucko.me/repository/maven-snapshots/' -- cgit