remove the consumers of disk space
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m58s

This commit is contained in:
Daniella / Tove 2024-06-25 04:27:30 +02:00
parent 279d54c920
commit 7be8cabc2d
Signed by: TudbuT
GPG key ID: B3CF345217F202D3
11 changed files with 16 additions and 9 deletions

View file

@ -68,6 +68,9 @@ repositories {
}
mavenCentral()
maven { url = 'https://git.tudbut.de/api/packages/TudbuT/maven' }
maven { url = 'https://git.tudbut.de/api/packages/BaseBand/maven' }
}
configurations {
@ -88,7 +91,7 @@ dependencies {
exclude module: 'log4j-core'
}
jarLibs(files('libs/TuddyLIB.jar'))
jarLibs('de.tudbut:tuddylib:+')
// should NOT go into the jar.
implementation('com.github.cabaletta:baritone:1.2.14')

Binary file not shown.

Binary file not shown.

View file

@ -7,6 +7,8 @@ version = '1.0-SNAPSHOT'
repositories {
mavenCentral()
maven { url = 'https://git.tudbut.de/api/packages/TudbuT/maven' }
maven { url = 'https://git.tudbut.de/api/packages/BaseBand/maven' }
}
configurations {
@ -18,10 +20,9 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.0'
implementation(fileTree(dir: "libs", include: "*.jar"))
implementation('de.tudbut:tuddylib:+')
jarLibs("net.dv8tion:JDA:5.0.0-beta.24")
jarLibs(fileTree(dir: "libs", include: "*.jar"))
implementation configurations.jarLibs
}

View file

@ -1 +0,0 @@
../../Client/libs/TuddyLIB.jar

View file

@ -59,6 +59,9 @@ repositories {
}
mavenCentral()
maven { url = 'https://git.tudbut.de/api/packages/TudbuT/maven' }
maven { url = 'https://git.tudbut.de/api/packages/BaseBand/maven' }
}
configurations {
@ -76,7 +79,8 @@ dependencies {
exclude module: 'log4j-core'
}
jarLibs(fileTree(dir: "lib", include: "*.jar"));
jarLibs('de.tudbut:tuddylib:+')
jarLibs('de.com.baseband:ClientBoot:+')
//jarLibs(group: 'com.github.oshi', name: 'oshi-core', version: '1.+');

View file

@ -1 +0,0 @@
../../Client/libs/TuddyLIB.jar

View file

@ -8,6 +8,8 @@ version = '1.0-SNAPSHOT'
repositories {
mavenCentral()
maven { url = 'https://git.tudbut.de/api/packages/TudbuT/maven' }
maven { url = 'https://git.tudbut.de/api/packages/BaseBand/maven' }
}
configurations {
@ -18,8 +20,8 @@ configurations {
dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
implementation(fileTree(dir: "lib", include: "*.jar"))
embed(fileTree(dir: "lib", include: "*.jar"))
implementation embed('de.tudbut:tuddylib:+')
implementation embed('at.favre.lib:bcrypt:0.10.2')
}
jar {

View file

@ -1 +0,0 @@
../../Client/libs/TuddyLIB.jar

Binary file not shown.

Binary file not shown.