Skip to content

Commit

Permalink
feat: Publish plugins sources (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski authored Jan 12, 2020
1 parent afba7f5 commit 0b26b5d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ dependencies {
testImplementation 'org.assertj:assertj-core:3.14.0'
}

java {
withSourcesJar()
}

publishing {
repositories {
maven {
Expand Down

0 comments on commit 0b26b5d

Please sign in to comment.