Skip to content
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.

Commit

Permalink
feat: change implementation to apiElement
Browse files Browse the repository at this point in the history
  • Loading branch information
xtex committed Oct 1, 2021
1 parent 0e16c0c commit cf26bfb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ subprojects {
dependencies {
compileOnly 'org.spigotmc:spigot-api:1.17.1-R0.1-SNAPSHOT'

implementation 'org.slf4j:slf4j-api:2.0.0-alpha5'
apiElements 'org.slf4j:slf4j-api:2.0.0-alpha5'
}

processResources {
Expand Down
2 changes: 1 addition & 1 deletion jul/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
implementation rootProject

implementation 'org.slf4j:slf4j-jdk14:2.0.0-alpha5'
apiElements 'org.slf4j:slf4j-jdk14:2.0.0-alpha5'
}
2 changes: 1 addition & 1 deletion log4j/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
implementation rootProject

implementation 'org.slf4j:slf4j-log4j12:2.0.0-alpha5'
apiElements 'org.slf4j:slf4j-log4j12:2.0.0-alpha5'
}

0 comments on commit cf26bfb

Please sign in to comment.