Skip to content

Commit

Permalink
modify: spark dependency from hard to soft
Browse files Browse the repository at this point in the history
  • Loading branch information
sakurawald committed Oct 22, 2023
1 parent cd88568 commit b465b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ dependencies {

modImplementation include("eu.pb4:sgui:${project.sgui_version}")

compileOnly "me.lucko:spark-api:${project.spark_version}"
implementation "me.lucko:spark-api:${project.spark_version}"

implementation 'org.reflections:reflections:0.10.2'
}
Expand Down

0 comments on commit b465b66

Please sign in to comment.