Skip to content

Commit f8e536f

Browse files
committed
Update README.md
1 parent f46243e commit f8e536f

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ know about Standard BOM can just treat it as CycloneDX and be happy.
1414

1515
## Build script config
1616

17-
In order to use the Java library in your project, add it to your Gradle or Maven build. We publish on Maven Central,
17+
In order to use the Java library in your project, add it to your Gradle or Maven build. We publish to Maven Central,
1818
so no special configuration is needed.
1919

2020
**Gradle**
@@ -80,11 +80,7 @@ In order to build this library on your local PC, and/or contribute to this libra
8080
1. **Java** - make sure [JDK 8](https://adoptium.net/temurin/releases/?version=8) is available on your system, and
8181
the `JAVA_HOME` environment variable points to it.
8282

83-
2. **Gradle environment variable** - `GRADLE_USER_HOME` should be set globally to a directory like
84-
C:/Users/xxxx/.gradle (`xxxx` being your user ID; you might want to use backslashes on Windows). Create the
85-
directory if it doesn't exist.
86-
Note that you *must not* install Gradle manually. If you have a manual Gradle installation on your machine, remove
87-
it.
83+
2. **Gradle** - We use the Gradle Wrapper, so there is nothing to install.
8884

8985
Run the build by executing
9086

0 commit comments

Comments
 (0)