Skip to content

Commit

Permalink
chore(deps): update plugin publishoncentral to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and DanySK committed Jan 14, 2025
1 parent a3c203f commit 225a864
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
./gradlew build --parallel
check-command: true
deploy-command: >-
./gradlew uploadAllPublicationsToMavenCentralNexus close dropStagingRepositoryOnMavenCentral --parallel
./gradlew uploadAllPublicationsToMavenCentralNexus closeStaging dropStagingRepositoryOnMavenCentral --parallel
should-run-codecov: ${{ runner.os == 'Linux' }}
should-deploy: >-
${{
Expand Down
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,8 @@ subprojects {
windowTitle(title)
}
}

tasks.sourcesJar {
duplicatesStrategy = DuplicatesStrategy.WARN
}
}
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ xtext-web = [
gitSemVer = "org.danilopianini.git-sensitive-semantic-versioning-gradle-plugin:3.1.7"
kotlin-qa = "org.danilopianini.gradle-kotlin-qa:0.78.0"
multiJvmTesting = "org.danilopianini.multi-jvm-test-plugin:3.1.2"
publishOnCentral = "org.danilopianini.publish-on-central:7.0.4"
publishOnCentral = "org.danilopianini.publish-on-central:8.0.1"
shadowJar = "com.github.johnrengelman.shadow:8.1.1"
2 changes: 1 addition & 1 deletion release.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ echo 'Creating shadowJar and protelisdoc...'
./gradlew protelisdoc shadowJar --parallel || ./gradlew shadowJar --parallel || exit 2
echo '...assemblage done.'
echo 'Releasing on Maven Central...'
./gradlew uploadAll release --parallel
./gradlew uploadAll releaseStaging --parallel
`
import config from 'semantic-release-preconfigured-conventional-commits' with { type: "json" };
config.plugins.push(
Expand Down

0 comments on commit 225a864

Please sign in to comment.