File tree 2 files changed +22
-2
lines changed
2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,35 @@ import org.labkey.gradle.util.GroupNames
3
3
4
4
buildscript {
5
5
repositories {
6
- mavenCentral()
6
+ mavenCentral {
7
+ content {
8
+ excludeGroupByRegex " org\\ .labkey.*"
9
+ }
10
+ }
7
11
maven {
8
12
url " ${ artifactory_contextUrl} /plugins-release-no-proxy"
13
+ mavenContent {
14
+ releasesOnly()
15
+ }
16
+ content {
17
+ includeGroup " org.labkey.build"
18
+ includeGroup " org.labkey.versioning"
19
+ }
9
20
}
10
21
if (gradlePluginsVersion. contains(" SNAPSHOT" ))
11
22
{
23
+ mavenLocal()
12
24
maven {
13
25
url " ${ artifactory_contextUrl} /plugins-snapshot-local"
26
+ mavenContent {
27
+ snapshotsOnly()
28
+ }
29
+ content {
30
+ includeGroup " org.labkey.build"
31
+ includeGroup " org.labkey.versioning"
32
+ }
14
33
}
34
+
15
35
}
16
36
}
17
37
dependencies {
Original file line number Diff line number Diff line change 1
1
artifactory_contextUrl =https://labkey.jfrog.io/artifactory
2
- gradlePluginsVersion =1.40.5
2
+ gradlePluginsVersion =1.41.0
You can’t perform that action at this time.
0 commit comments