Skip to content

Commit

Permalink
ion-java: update CCs to include project maintainers and increase verb…
Browse files Browse the repository at this point in the history
…osity of build logs.
  • Loading branch information
tgregg committed May 2, 2024
1 parent 6b05655 commit 43e3ce1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions projects/ion-java/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ else
popd

#install
(cd $PROJECT && ./gradlew publishToMavenLocal -x javadoc -Dmaven.repo.local=$OUT/m2)
(cd $PROJECT && ./gradlew publishToMavenLocal --info --stacktrace -x javadoc -Dmaven.repo.local=$OUT/m2)
$MVN -pl fuzz-targets install -Dmaven.repo.local=$OUT/m2

# build classpath
Expand Down Expand Up @@ -86,4 +86,4 @@ else
chmod u+x $OUT/$fuzzer_basename
done

fi
fi
6 changes: 1 addition & 5 deletions projects/ion-java/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,4 @@ main_repo: "https://github.com/amazon-ion/ion-java/"
sanitizers:
- address
vendor_ccs:
- "wagner@code-intelligence.com"
- "yakdan@code-intelligence.com"
- "patrice.salathe@code-intelligence.com"
- "hlin@code-intelligence.com"
- "bug-disclosure@code-intelligence.com"
- "ion-team@amazon.com"

0 comments on commit 43e3ce1

Please sign in to comment.