Skip to content

Commit

Permalink
Prepare release v1.4.2 again
Browse files Browse the repository at this point in the history
- Change configuration to include sources and javadocs
  • Loading branch information
hayarobi committed Jan 17, 2022
1 parent 1b6fd26 commit 9c81574
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ allprojects {
classifier = 'javadoc'
}

artifacts {
archives sourceJar
archives javadocJar
}

test {
if (JavaVersion.current().isJava9Compatible()) {
jvmArgs('--add-opens', 'java.base/java.lang=ALL-UNNAMED')
Expand Down Expand Up @@ -223,15 +228,12 @@ configure(javaLibraryProjects) {
}


/* bintray */

jar {
archivesBaseName = projectBaseName
}


/* maven-publish */

publishing {
publications {
maven(MavenPublication) {
Expand Down

0 comments on commit 9c81574

Please sign in to comment.