Skip to content

Commit

Permalink
actually publish source with jar
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotjarnit committed Nov 22, 2023
1 parent b212857 commit dcbc094
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@ dependencies {
implementation 'com.google.guava:guava:32.1.1-jre'
}

java {
withSourcesJar()
}

publishing {
publications {
elliotEngine(MavenPublication) {
from components.java
artifact tasks.sourceJar
}
}

Expand Down

0 comments on commit dcbc094

Please sign in to comment.