Skip to content

Commit 9319fbf

Browse files
committed
Minor documentation improvements
1 parent ceffc6e commit 9319fbf

File tree

3 files changed

+3
-67
lines changed

3 files changed

+3
-67
lines changed

DEVELOPING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Next, update the project build files:
6363
1. Update the version string. The version can be found manually by searching for the published artifacts in `build/common-repo`, or alternatively by checking the `nativeBuildTools` property [here](gradle/libs.versions.toml).
6464
2. Update the list of repositories to include and prioritize the common repo.
6565

66-
### Gradle
66+
### Testing with Gradle
6767

6868
Make the following changes to the build files:
6969
```bash
@@ -99,7 +99,7 @@ Make the following changes to the build files:
9999
```
100100
Then, run the Gradle command as usual.
101101
102-
### Maven
102+
### Testing with Maven
103103
104104
Make the following changes to _pom.xml_:
105105
```bash

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@
4040
*/
4141

4242
plugins {
43+
// Aggregates build configurations for all project modules. Required for multi-module builds and reporting.
4344
id("org.graalvm.build.aggregator")
4445
}

native-maven-plugin/src/main/java/org/graalvm/buildtools/maven/DeprecatedNativeBuildMojo.java

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)