File tree Expand file tree Collapse file tree
modules/jooby-gradle-plugin Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919 with :
2020 java-version : ${{ matrix.java_version }}
2121 - name : Install
22- run : mvn clean install -DskipTests -q -pl '!docs'
22+ run : mvn clean install -DskipTests -q -pl '!docs' -s ./etc/central-settings.xml
2323 env :
2424 BUILD_PORT : 0
2525 BUILD_SECURE_PORT : 0
2626 - name : Build
27- run : mvn clean checkstyle:checkstyle package -pl '!docs' -P checkstyle
27+ run : mvn clean checkstyle:checkstyle package -pl '!docs' -P checkstyle -s ./etc/central-settings.xml
2828 env :
2929 BUILD_PORT : 0
3030 BUILD_SECURE_PORT : 0
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ jobs:
2020 with :
2121 java-version : ${{ matrix.java_version }}
2222 - name : Install
23- run : mvn clean install -DskipTests -q -pl '!docs'
23+ run : mvn clean install -DskipTests -q -pl '!docs' -s ./etc/central-settings.xml
2424 env :
2525 BUILD_PORT : 0
2626 BUILD_SECURE_PORT : 0
2727 - name : Build
28- run : mvn clean checkstyle:checkstyle package -pl '!docs' -P checkstyle
28+ run : mvn clean checkstyle:checkstyle package -pl '!docs' -P checkstyle -s ./etc/central-settings.xml
2929 env :
3030 BUILD_PORT : 0
3131 BUILD_SECURE_PORT : 0
Original file line number Diff line number Diff line change @@ -10,10 +10,7 @@ before_install:
1010
1111jdk :
1212 - openjdk8
13- - openjdk9
14- - openjdk10
1513 - openjdk11
16- - openjdk12
1714 - openjdk13
1815
1916branches :
Original file line number Diff line number Diff line change 55 <mirror >
66 <id >maven-central</id >
77 <name >Maven Central</name >
8- <url >http ://repo1.maven.org/maven2</url >
8+ <url >https ://repo1.maven.org/maven2</url >
99 <mirrorOf >central</mirrorOf >
1010 </mirror >
1111 </mirrors >
Original file line number Diff line number Diff line change 22
33DIR=$( cd " $( dirname " $0 " ) " ; pwd)
44
5- sh $DIR /maven.sh clean install -q -DskipTests -s $DIR /travis -settings.xml
5+ sh $DIR /maven.sh clean install -q -DskipTests -s $DIR /central -settings.xml
Original file line number Diff line number Diff line change 22
33DIR=$( cd " $( dirname " $0 " ) " ; pwd)
44
5- sh $DIR /maven.sh clean checkstyle:checkstyle -P checkstyle package -s $DIR /travis -settings.xml
5+ sh $DIR /maven.sh clean checkstyle:checkstyle -P checkstyle package -s $DIR /central -settings.xml
Original file line number Diff line number Diff line change 6363 <repositories >
6464 <repository >
6565 <id >central</id >
66- <url >http ://central.maven.org/maven2</url >
66+ <url >https ://central.maven.org/maven2</url >
6767 </repository >
6868 <repository >
6969 <id >gradle</id >
7070 <url >https://repo.gradle.org/gradle/libs-releases-local</url >
7171 </repository >
7272 <repository >
7373 <id >gradle-plugins</id >
74- <url >http ://repo.spring.io/plugins-release</url >
74+ <url >https ://repo.spring.io/plugins-release</url >
7575 </repository >
7676 </repositories >
7777</project >
You can’t perform that action at this time.
0 commit comments