Fix cloudburst module compile
This commit is contained in:
parent
385453e1d5
commit
c0cdd3310d
6 changed files with 10 additions and 8 deletions
|
|
@ -88,9 +88,9 @@ repositories {
|
|||
}
|
||||
/* The paper repository, used for cloud-paper */
|
||||
maven("https://repo.papermc.io/repository/maven-public/")
|
||||
/* The NukkitX repository, used for cloud-cloudburst */
|
||||
maven("https://repo.nukkitx.com/maven-snapshots") {
|
||||
mavenContent { snapshotsOnly() }
|
||||
/* Used for cloud-cloudburst */
|
||||
maven("https://repo.opencollab.dev/maven-snapshots/") {
|
||||
mavenContent { includeGroup("org.cloudburstmc") }
|
||||
}
|
||||
/* The current Fabric repository */
|
||||
maven("https://maven.fabricmc.net/") {
|
||||
|
|
|
|||
|
|
@ -4,5 +4,7 @@ plugins {
|
|||
|
||||
dependencies {
|
||||
api(projects.cloudCore)
|
||||
compileOnly(libs.cloudburst)
|
||||
compileOnly(libs.cloudburst) {
|
||||
isTransitive = false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
//
|
||||
// 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
|
||||
// of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
//
|
||||
// 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
|
||||
// of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
//
|
||||
// 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
|
||||
// of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ setupMinecraftModule("cloud-velocity")
|
|||
//setupMinecraftModule("cloud-sponge")
|
||||
setupMinecraftModule("cloud-sponge7")
|
||||
setupMinecraftModule("cloud-bungee")
|
||||
// setupMinecraftModule("cloud-cloudburst") // todo repo is down?
|
||||
setupMinecraftModule("cloud-cloudburst")
|
||||
setupMinecraftModule("cloud-minecraft-extras")
|
||||
|
||||
// IRC Modules
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue