You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to start publishing artifacts from this repository to maven central. In particular:
fuzzing-api, a standard library artifact
fuzzing-annotation-processor, an annotation processor (based on the micronaut-core processor)
jazzer-plugin, a gradle plugin that consumes metadata generated by the annotation processor to either run jazzer directly, or to generate oss-fuzz test cases.
Additionally, if it's no issue there should be a bom with the managed jazzer dependency from the libs toml.
The reason for publishing these artifacts is that I would like to migrate the netty oss-fuzz tests to this infrastructure.
The text was updated successfully, but these errors were encountered:
This commit adds publishing of the Jazzer plugin. It will NOT be
published on the Gradle plugin portal, but on Maven Central only.
This shouldn't be an issue, except that users won't be able to
find it when searching on the plugin portal (similarly to the
native build tools).
It may be worth checking before a 1.0.0 release with a beta version
or something, since the setup is a bit special.
Fixes#100
Issue description
I would like to start publishing artifacts from this repository to maven central. In particular:
Additionally, if it's no issue there should be a bom with the managed jazzer dependency from the libs toml.
The reason for publishing these artifacts is that I would like to migrate the netty oss-fuzz tests to this infrastructure.
The text was updated successfully, but these errors were encountered: