Skip to content

Commit

Permalink
buildscript: add jar as artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
TheElan committed Dec 13, 2021
1 parent 1d3fa37 commit e17120f
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 @@ -465,7 +465,7 @@ artifacts {
publishing {
publications {
maven(MavenPublication) {
from components.java
artifact source: jar
artifact source: sourcesJar, classifier: "src"
artifact source: devJar, classifier: "dev"
if (apiPackage) {
Expand Down

0 comments on commit e17120f

Please sign in to comment.