Skip to content

Commit 6f2237a

Browse files
committed
workflows
1 parent a67d03a commit 6f2237a

File tree

3 files changed

+3
-33
lines changed

3 files changed

+3
-33
lines changed

.github/workflows/gh-pages_javadoc.yml

-32
This file was deleted.

.github/workflows/maven.yml

-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
5353
run: |
5454
mvn -B -Puber-jar verify \
55-
javadoc:javadoc \
5655
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
5756
-Dsonar.projectKey=micycle1_PTS \
5857
-Dsonar.java.source=17 \

jitpack.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
jdk:
22
- openjdk17
3+
install:
4+
- mvn wrapper:wrapper -Dmaven=3.9.9
5+
- ./mvnw -B clean install -DskipTests

0 commit comments

Comments
 (0)