handle this differently (grab archive name from root project)
This commit is contained in:
@@ -15,9 +15,15 @@
|
||||
* along with Baritone. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
buildscript {
|
||||
dependencies {
|
||||
classpath "org.ow2.asm:asm:9.3"
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
id "architectury-plugin" version "3.4.135"
|
||||
id 'dev.architectury.loom' version '0.11.0.275' apply false
|
||||
id 'dev.architectury.loom' version '0.11.0.254' apply false
|
||||
}
|
||||
|
||||
subprojects {
|
||||
|
||||
Reference in New Issue
Block a user