File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -3,24 +3,20 @@ buildscript {
3
3
jcenter()
4
4
mavenLocal()
5
5
maven {
6
- url " https ://dl.bintray.com/dreamscale-io/maven- public"
6
+ url " http ://nexus.twilightcity.net:8081/repository/ public"
7
7
}
8
8
}
9
9
dependencies {
10
10
classpath " org.dreamscale:gradle-core:1.3.+"
11
11
}
12
12
}
13
13
14
- plugins {
15
- id " com.jfrog.bintray" version " 1.7"
16
- }
17
-
18
14
ext {
19
15
customPublication = true
20
16
21
17
repositoryName = ' maven'
22
18
if (! project. hasProperty(" mavenUrl" )) {
23
- mavenUrl = " https ://dl.bintray.com/dreamscale-io/maven- public"
19
+ mavenUrl = " http ://nexus.twilightcity.net:8081/repository/ public"
24
20
}
25
21
repositoryPublicUrl = mavenUrl + " /content/groups/public"
26
22
repositoryReleaseUrl = mavenUrl + " /content/repositories/releases"
@@ -49,6 +45,9 @@ publishing {
49
45
}
50
46
}
51
47
48
+ downloadGradle. gradleDownloadBase = " https://downloads.gradle-dn.com/distributions"
49
+
50
+ /*
52
51
bintray {
53
52
user = project.hasProperty('bintray.user') ? project.property('bintray.user') : System.getenv('BINTRAY_USER')
54
53
key = project.hasProperty('bintray.apiKey') ? project.property('bintray.apiKey') : System.getenv('BINTRAY_API_KEY')
@@ -66,3 +65,4 @@ bintray {
66
65
labels = ['gradle']
67
66
}
68
67
}
68
+ */
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ allprojects {
13
13
buildscript {
14
14
ext {
15
15
if (project. hasProperty(" repositoryPublicUrl" ) == false ) {
16
- repositoryPublicUrl = " https ://dl.bintray.com/dreamscale-io/maven- public"
16
+ repositoryPublicUrl = " http ://nexus.twilightcity.net:8081/repository/ public
17
17
}
18
18
}
19
19
@@ -52,16 +52,16 @@ allprojects {
52
52
53
53
ext[" dreamscale. printCorePluginVersion" ] = " "
54
54
55
- ext[" organization.repo.url" ] = " https://github.com/dreamscale-io "
56
- ext[
" organization.repo.connection" ]
= " scm:git:[email protected] :dreamscale-io "
55
+ ext[" organization. repo. url" ] = " https :// github.com/twilightcity-net "
56
+ ext[
" organization.repo.connection" ]
= " scm:git:[email protected] :twilightcity-net "
57
57
58
58
ext[" bintray.repo" ] = " maven-public"
59
- ext[" bintray.userOrg" ] = " dreamscale-io "
59
+ ext[" bintray.userOrg" ] = " twilightcity-net "
60
60
61
61
ext[" maven.pom.packaging" ] = " jar"
62
- ext[" maven.pom.developer.id" ] = " dreamscale "
63
- ext[" maven.pom.developer.name" ] = " DreamScale Open Source Development"
64
- ext[" maven.pom.developer.email" ] = " opensource@dreamscale.io "
62
+ ext[" maven.pom.developer.id" ] = " twilightcity "
63
+ ext[" maven.pom.developer.name" ] = " TwilightCity Open Source Development"
64
+ ext[" maven.pom.developer.email" ] = " opensource@twilightcity.net "
65
65
}
66
66
67
67
def hasReadCredentials(project) {
You can’t perform that action at this time.
0 commit comments