Skip to content

Commit

Permalink
workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
micycle1 committed Jan 11, 2025
1 parent a67d03a commit 6f2237a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 33 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/gh-pages_javadoc.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: |
mvn -B -Puber-jar verify \
javadoc:javadoc \
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
-Dsonar.projectKey=micycle1_PTS \
-Dsonar.java.source=17 \
Expand Down
3 changes: 3 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
jdk:
- openjdk17
install:
- mvn wrapper:wrapper -Dmaven=3.9.9
- ./mvnw -B clean install -DskipTests

0 comments on commit 6f2237a

Please sign in to comment.