Skip to content

Commit

Permalink
logging
Browse files Browse the repository at this point in the history
  • Loading branch information
fishinitself committed Jun 24, 2024
1 parent 6041a22 commit 6d6e6c9
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions ft/src/test/resources/publish/legacy-staging-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ buildscript {
ext.escrowBuild = m2localPath != null
repositories {
if (escrowBuild) {
println("Escrow mode detected - using local maven repository: $m2localPath")
maven {
url m2localPath
}
Expand Down Expand Up @@ -62,13 +63,11 @@ configure(subprojects.findAll { !(it.name in subprojectsWithoutSources) }) {
//
apply plugin: 'maven-publish'

// if (project.hasProperty("gradleStagingPluginVersion")) {
// apply plugin: 'gradle-staging-plugin'
nexusStaging {
profileId = projectParameter('stagingProfileId')
repositoryId = projectParameter('stagingRepositoryId')
}
// }
nexusStaging {
profileId = projectParameter('stagingProfileId')
repositoryId = projectParameter('stagingRepositoryId')
}

publishing {
publications {
mavenJava(MavenPublication) {
Expand Down

0 comments on commit 6d6e6c9

Please sign in to comment.