Fix cloudburst module compile

This commit is contained in:
Jason Penilla 2022-12-01 20:33:40 -07:00 committed by Jason
parent 385453e1d5
commit c0cdd3310d
6 changed files with 10 additions and 8 deletions

View file

@ -88,9 +88,9 @@ repositories {
} }
/* The paper repository, used for cloud-paper */ /* The paper repository, used for cloud-paper */
maven("https://repo.papermc.io/repository/maven-public/") maven("https://repo.papermc.io/repository/maven-public/")
/* The NukkitX repository, used for cloud-cloudburst */ /* Used for cloud-cloudburst */
maven("https://repo.nukkitx.com/maven-snapshots") { maven("https://repo.opencollab.dev/maven-snapshots/") {
mavenContent { snapshotsOnly() } mavenContent { includeGroup("org.cloudburstmc") }
} }
/* The current Fabric repository */ /* The current Fabric repository */
maven("https://maven.fabricmc.net/") { maven("https://maven.fabricmc.net/") {

View file

@ -4,5 +4,7 @@ plugins {
dependencies { dependencies {
api(projects.cloudCore) api(projects.cloudCore)
compileOnly(libs.cloudburst) compileOnly(libs.cloudburst) {
isTransitive = false
}
} }

View file

@ -1,7 +1,7 @@
// //
// MIT License // MIT License
// //
// Copyright (c) 2021 Alexander Söderberg & Contributors // Copyright (c) 2022 Alexander Söderberg & Contributors
// //
// Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal // of this software and associated documentation files (the "Software"), to deal

View file

@ -1,7 +1,7 @@
// //
// MIT License // MIT License
// //
// Copyright (c) 2021 Alexander Söderberg & Contributors // Copyright (c) 2022 Alexander Söderberg & Contributors
// //
// Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal // of this software and associated documentation files (the "Software"), to deal

View file

@ -1,7 +1,7 @@
// //
// MIT License // MIT License
// //
// Copyright (c) 2021 Alexander Söderberg & Contributors // Copyright (c) 2022 Alexander Söderberg & Contributors
// //
// Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal // of this software and associated documentation files (the "Software"), to deal

View file

@ -42,7 +42,7 @@ setupMinecraftModule("cloud-velocity")
//setupMinecraftModule("cloud-sponge") //setupMinecraftModule("cloud-sponge")
setupMinecraftModule("cloud-sponge7") setupMinecraftModule("cloud-sponge7")
setupMinecraftModule("cloud-bungee") setupMinecraftModule("cloud-bungee")
// setupMinecraftModule("cloud-cloudburst") // todo repo is down? setupMinecraftModule("cloud-cloudburst")
setupMinecraftModule("cloud-minecraft-extras") setupMinecraftModule("cloud-minecraft-extras")
// IRC Modules // IRC Modules