File tree Expand file tree Collapse file tree 1 file changed +11
-17
lines changed Expand file tree Collapse file tree 1 file changed +11
-17
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,17 @@ dependencyResolutionManagement {
112
112
)
113
113
}
114
114
115
+ /*
116
+ * Conditionally enable Findaway DRM.
117
+ */
118
+
119
+ if (findawayDRM && ! s3RepositoryEnabled) {
120
+ throw GradleException (
121
+ " If the org.thepalaceproject.findawayDRM.enabled property is set to true, " +
122
+ " the org.thepalaceproject.s3.depend property must be set to true."
123
+ )
124
+ }
125
+
115
126
/*
116
127
* The set of repositories used to resolve library dependencies. The order is significant!
117
128
*/
@@ -138,17 +149,6 @@ dependencyResolutionManagement {
138
149
139
150
google()
140
151
141
- /*
142
- * Findaway access.
143
- */
144
-
145
- if (findawayDRM) {
146
- maven {
147
- url = uri(" http://maven.findawayworld.com/artifactory/libs-release/" )
148
- isAllowInsecureProtocol = true
149
- }
150
- }
151
-
152
152
/*
153
153
* Allow access to the Sonatype snapshots repositories.
154
154
*/
@@ -200,12 +200,6 @@ dependencyResolutionManagement {
200
200
}
201
201
}
202
202
}
203
-
204
- /*
205
- * Obsolete dependencies.
206
- */
207
-
208
- jcenter()
209
203
}
210
204
}
211
205
You can’t perform that action at this time.
0 commit comments