Skip to content

Commit

Permalink
Setup allstar ignore file for binary files (#2324)
Browse files Browse the repository at this point in the history
* Adjusting Allstar binary file alerts

* Not to add Maven wrapper JAR file

* install Java 11 in Kokoro MacOS

* follow error message

* test temurin

* skip javadoc job
  • Loading branch information
suztomo authored Jan 30, 2023
1 parent 9014c71 commit 344dc70
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .allstar/binary_artifacts.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Linkage Checker has test to examine JAR files and class files
ignorePaths:
- enforcer-rules/src/test/resources/dummy-0.0.1.jar
- example-problems/gradle-project/build/classes/java/main/App.class

2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ example-problems/*/gradle
example-problems/*/gradlew
example-problems/*/gradlew.bat
gradle-plugin/.gradle/

.mvn/wrapper/maven-wrapper.jar
Binary file removed .mvn/wrapper/maven-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion kokoro/continuous.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export MAVEN_OPTS="-Xmx8g"

cd github/cloud-opensource-java

./mvnw -V -B -ntp clean install javadoc:jar
./mvnw -V -B -ntp clean install -Djavadoc.skip

cd gradle-plugin
./gradlew build publishToMavenLocal

0 comments on commit 344dc70

Please sign in to comment.