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

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

View file

@ -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

View file

@ -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

View file

@ -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