diff options
author | Luck <git@lucko.me> | 2024-12-04 11:04:35 +0000 |
---|---|---|
committer | Luck <git@lucko.me> | 2024-12-04 11:04:35 +0000 |
commit | cab9336f9884cd3eaed8848df25f91aed6ea135c (patch) | |
tree | 4adb7d0470d58eba524c8e09e6cc60b2660a8fc7 /spark-common | |
parent | 368ba2fdcf38f256812d558ea81f62bd6f7a43cc (diff) | |
download | spark-cab9336f9884cd3eaed8848df25f91aed6ea135c.tar.gz spark-cab9336f9884cd3eaed8848df25f91aed6ea135c.tar.bz2 spark-cab9336f9884cd3eaed8848df25f91aed6ea135c.zip |
Update to MC 1.21.4
Diffstat (limited to 'spark-common')
-rw-r--r-- | spark-common/build.gradle | 9 |
1 files changed, 0 insertions, 9 deletions
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 @@ -82,15 +82,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/' // credentials { // username = luckoNexusUsername |