Skip to content

Commit

Permalink
chore: use API Jar instead of Themis Plugin Jar
Browse files Browse the repository at this point in the history
  • Loading branch information
MC-XiaoHei committed Feb 18, 2024
1 parent 493714c commit 7e70cb2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repositories {
}

dependencies {
compileOnly(files("libs/Themis_0.15.3.jar"))
compileOnly(files("libs/ThemisAPI_0.15.3.jar"))
implementation("com.moandjiezana.toml:toml4j:0.7.2")
compileOnly("top.leavesmc.leaves:leaves-api:1.20.1-R0.1-SNAPSHOT")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
Expand Down
Binary file added libs/ThemisAPI_0.15.3.jar
Binary file not shown.
Binary file removed libs/Themis_0.15.3.jar
Binary file not shown.

0 comments on commit 7e70cb2

Please sign in to comment.