File tree 2 files changed +13
-18
lines changed
2 files changed +13
-18
lines changed Original file line number Diff line number Diff line change @@ -96,26 +96,8 @@ publishing {
96
96
}
97
97
}
98
98
}
99
- repositories {
100
- maven {
101
- name = " staging"
102
- url = rootProject. layout. buildDirectory. dir(" staging-deploy${ File.separator} maven" )
103
- }
104
- maven {
105
- name = ' snapshots'
106
- url = " https://oss.sonatype.org/content/repositories/snapshots/"
107
- // So that Gradle uses the `ORG_GRADLE_PROJECT_snapshotsPassword` / `ORG_GRADLE_PROJECT_snapshotsUsername`
108
- // env variables to read the username/password for the `snapshots` repository publishing:
109
- credentials(PasswordCredentials )
110
- }
111
- }
112
99
}
113
100
114
-
115
-
116
-
117
-
118
-
119
101
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
120
102
// Release / publishing tasks
121
103
Original file line number Diff line number Diff line change @@ -59,5 +59,18 @@ publishing {
59
59
60
60
}
61
61
}
62
+ repositories {
63
+ maven {
64
+ name = " staging"
65
+ url = rootProject. layout. buildDirectory. dir(" staging-deploy${ File.separator} maven" )
66
+ }
67
+ maven {
68
+ name = ' snapshots'
69
+ url = " https://oss.sonatype.org/content/repositories/snapshots/"
70
+ // So that Gradle uses the `ORG_GRADLE_PROJECT_snapshotsPassword` / `ORG_GRADLE_PROJECT_snapshotsUsername`
71
+ // env variables to read the username/password for the `snapshots` repository publishing:
72
+ credentials(PasswordCredentials )
73
+ }
74
+ }
62
75
63
76
}
You can’t perform that action at this time.
0 commit comments