Skip to content

Commit

Permalink
Fix release of control connector
Browse files Browse the repository at this point in the history
  • Loading branch information
vogti committed Nov 4, 2023
1 parent d9b5ee4 commit 0967c20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions control-connector/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ publishing {
publications {
centralPublication(MavenPublication) { publication ->
from components.java
artifact source: jar, classifier: '', extension: 'jar'
artifact source: sourcesJar, classifier: 'sources', extension: 'jar'
artifact source: javadocJar, classifier: 'javadoc', extension: 'jar'
pom {
Expand Down

0 comments on commit 0967c20

Please sign in to comment.