Skip to content

Commit

Permalink
Undo Libby merge
Browse files Browse the repository at this point in the history
not what i wanted to fucking do
  • Loading branch information
srnyx committed Aug 20, 2024
1 parent 0cd87bf commit 4d0cd12
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 161 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ plugins {
}

setupJava("xyz.srnyx", "3.1.0", "A simple library for JDA Discord bots", JavaVersion.VERSION_19)
application.mainClass.set("xyz.srnyx.lazylibrary.LazyLoader")
application.mainClass.set("xyz.srnyx.lazylibrary.LazyLibrary")
addCompilerArgs("-parameters")

repository(Repository.ALESSIO_DP, Repository.MAVEN_CENTRAL, Repository.JITPACK)
repository(Repository.MAVEN_CENTRAL, Repository.JITPACK)
dependencies {
compileOnly("net.dv8tion", "JDA", "5.0.2") // JDA
implementation("xyz.srnyx", "java-utilities", "a073202b43") // General Java utility library
Expand Down
40 changes: 0 additions & 40 deletions src/main/java/xyz/srnyx/lazylibrary/LazyLoader.java

This file was deleted.

119 changes: 0 additions & 119 deletions src/main/java/xyz/srnyx/lazylibrary/RuntimeLibrary.java

This file was deleted.

0 comments on commit 4d0cd12

Please sign in to comment.