File tree 5 files changed +17
-0
lines changed
5 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
repositories {
3
+ mavenLocal()
3
4
mavenCentral()
4
5
maven { url " https://plugins.gradle.org/m2/" }
5
6
}
Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ apply plugin: 'distribution'
7
7
defaultTasks ' build'
8
8
9
9
repositories {
10
+ mavenLocal() {
11
+ content {
12
+ excludeModule(" javax.media" , " jai_core" )
13
+ }
14
+ }
10
15
mavenCentral {
11
16
content {
12
17
excludeModule(" javax.media" , " jai_core" )
Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ apply plugin: 'idea'
5
5
defaultTasks ' build'
6
6
7
7
repositories {
8
+ mavenLocal() {
9
+ content {
10
+ excludeModule(" javax.media" , " jai_core" )
11
+ }
12
+ }
8
13
mavenCentral {
9
14
content {
10
15
excludeModule(" javax.media" , " jai_core" )
Original file line number Diff line number Diff line change 1
1
import org.gradle.api.tasks.testing.logging.TestLogEvent
2
2
3
3
repositories {
4
+ mavenLocal() {
5
+ content {
6
+ excludeModule(" javax.media" , " jai_core" )
7
+ }
8
+ }
4
9
mavenCentral {
5
10
content {
6
11
excludeModule(" javax.media" , " jai_core" )
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ if (enablePublishing.toBoolean() || System.getenv("JITPACK") == "true") {
44
44
45
45
if (System . getenv(" JITPACK" ) != " true" ) {
46
46
repositories {
47
+ mavenLocal()
47
48
maven {
48
49
name = " GitHubPackages"
49
50
url = uri(" https://maven.pkg.github.com/mapfish/mapfish-print" )
You can’t perform that action at this time.
0 commit comments