File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 runs-on : ubuntu-latest
66 steps :
77 - name : Checkout code
8- uses : actions/checkout@v2
8+ uses : actions/checkout@v3
99 with :
1010 submodules : recursive
1111 - name : Set up JDK
1212 uses : actions/setup-java@v3
1313 with :
14- java-version : ' 21 '
14+ java-version : ' 25 '
1515 distribution : ' temurin'
1616 - name : Build project with Maven
17- run : mvn -B -ntp install
17+ run : mvn -B -ntp -Dstyle.color=always install
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - name : Checkout code
10- uses : actions/checkout@v2
10+ uses : actions/checkout@v3
1111 with :
1212 submodules : recursive
1313 - name : Set up JDK
1414 uses : actions/setup-java@v3
1515 with :
16- java-version : ' 21 '
16+ java-version : ' 25 '
1717 distribution : ' temurin'
1818 - name : Build project with Maven
19- run : mvn -B -ntp install
19+ run : mvn -B -ntp -Dstyle.color=always install
2020 - name : Deploy to OSSRH
2121 env :
2222 SONATYPE_USERNAME : ${{ secrets.SONATYPE_USERNAME }}
2323 SONATYPE_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }}
24- run : mvn -B -ntp --settings .mvn/settings.xml -DskipTests=true -Dmaven.install.skip=true deploy
24+ run : mvn -B -ntp -Dstyle.color=always - -settings .mvn/settings.xml -DskipTests=true -Dmaven.install.skip=true deploy
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >io.github.m-m-m</groupId >
66 <artifactId >mmm</artifactId >
7- <version >29 </version >
7+ <version >31 </version >
88 <relativePath >../parent/pom.xml</relativePath >
99 </parent >
1010 <artifactId >mmm-code-parent</artifactId >
You can’t perform that action at this time.
0 commit comments