Skip to content

Commit

Permalink
Adjust readme and CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Nov 9, 2019
1 parent 2c2e2fb commit 60d58b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Expand Up @@ -7,7 +7,6 @@ on:
pull_request:
branches:
- master
- release
schedule:
- cron: "0 0 * * 1"

Expand Down
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -253,7 +253,9 @@ Byte Buddy is licensed under the liberal and business-friendly
[*Apache Licence, Version 2.0*](https://www.apache.org/licenses/LICENSE-2.0.html) and is freely available on
GitHub. Additionally, the *byte-buddy* distribution bundles ASM which is released under [a 3-clause BSD license](https://asm.ow2.io/license.html).

Byte Buddy is further to the repositories of Maven Central and on JCenter. The project is built
Byte Buddy binaries are published to the repositories of Maven Central and on JCenter. The artifacts signatures can be validated against [this PGP public key](https://keys.openpgp.org/search?q=rafael.wth@gmail.com) beginning with Byte Buddy 1.10.3. Older versions can be validated against [this older and weaker certificate](https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xf42b96b8648b5c4a1c43a62fbb2914c1fa0811c3).

The project is built
using <a href="https://maven.apache.org/">Maven</a>. From your shell, cloning and building the project would go
something like this:

Expand Down

0 comments on commit 60d58b8

Please sign in to comment.