File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/com/inet/gradle/setup/dmg/preferences Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ sourceSets {
2929
3030if ( ! 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" ) ) {
You can’t perform that action at this time.
0 commit comments