Skip to content

Commit 59b8446

Browse files
committed
Update debug output
1 parent aad6c07 commit 59b8446

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ if( !System.getProperty("local") && file( '../BuildScripts/base.gradle' ).exists
6363
preparePublish.dependsOn 'publishPluginJavaDocsJar'
6464
preparePublish.dependsOn 'jar'
6565
preparePublish.dependsOn 'publishPluginJar'
66-
println "Uploading into internal Repository 'fileserver'"
66+
println "Uploading into internal Repository"
6767

6868
if ( System.getProperty("snapshot") ) {
6969
version += '-SNAPSHOT' // setting version to snapshot

src/com/inet/gradle/setup/dmg/preferences/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ sourceSets {
2929

3030
if( !System.getProperty("local") && file( '../BuildScripts/base.gradle' ).exists() ) {
3131
apply from: '../BuildScripts/base.gradle' // for internal build system
32-
println "Uploading into internal Repository 'fileserver'"
32+
println "Uploading into internal Repository"
3333

3434
preparePublish.dependsOn 'sourcesJar'
3535
if ( System.getProperty("snapshot") ) {

0 commit comments

Comments
 (0)