Skip to content

Commit

Permalink
build: remove dependencies tag from pom
Browse files Browse the repository at this point in the history
fix #5
  • Loading branch information
WakelessSloth56 committed May 12, 2022
1 parent c3185c8 commit b593069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -121,7 +121,7 @@ publishing {
groupId project.group
artifactId project.archivesBaseName
version project.version
from components.java
artifact jar
artifact deobfJar {
classifier 'deobf'
}
Expand Down

0 comments on commit b593069

Please sign in to comment.