Skip to content

Commit

Permalink
Merge branch 'master' into smola/appsec-rules-1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smola authored Feb 29, 2024
2 parents 756feea + ac4e2fc commit a21dece
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,6 @@ This lists and describes the repository GitHub actions.

## Release Management

### add-assets-to-release [🔗](add-assets-to-release.yaml)

_Trigger:_ When a release is published.

_Actions:_
* Ensure the release name is properly formatted (using `x.y.z` format),
* Download `dd-java-agent`, `dd-trace-api` and `dd-trace-ot` artifacts from Sonatype (aka _Maven Central_ and upload them to the release (`dd-java-agent` will also be uploaded without version number).

_Recovery:_ Download artifacts and upload them manually to the release.

### add-milestone-to-pull-requests [🔗](add-milestone-to-pull-requests.yaml)

_Trigger:_ When a PR to `master` is closed.
Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ To build the full project:
* JDK version 8 must be installed.
* JDK version 11 must be installed.
* JDK version 17 must be installed.
* JDK version 21 must be installed.
* `JAVA_8_HOME` must point to the JDK-8 location.
* `JAVA_11_HOME` must point to the JDK-11 location.
* `JAVA_17_HOME` must point to the JDK-17 location.
* `JAVA_21_HOME` must point to the JDK-21 location.
* The JDK-8 `bin` directory must be the only JDK on the PATH (e.g. `$JAVA_8_HOME/bin`).
* `JAVA_HOME` may be unset. If set, it must point to JDK-8 (same as `JAVA_8_HOME`).

Expand Down

0 comments on commit a21dece

Please sign in to comment.