Skip to content

Commit

Permalink
Merge branch 'dev' into ms/#188-consider-none-equivalent-value-for-mi…
Browse files Browse the repository at this point in the history
…ssing-data-pints-in-weather
  • Loading branch information
staudtMarius authored May 9, 2023
2 parents 3f7ec8e + b8ec024 commit 21a32bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions gradle/scripts/mavenCentralPublish.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
/* Maven publish - start */

task sourcesJar(type: Jar) {
classifier "sources"
archiveClassifier = "sources"
from sourceSets.main.allJava
}

task javadocJar(type: Jar, dependsOn: javadoc) {
classifier "javadoc"
archiveClassifier = "javadoc"
from javadoc.destinationDir
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 21a32bb

Please sign in to comment.