Skip to content

Commit 203845c

Browse files
committed
it compiles 😎
1 parent 32c9e46 commit 203845c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To be able to run the API as a whole in an API dev environment, ensure the root
2020
If you wish to build a copy of API, you can run:
2121

2222
```
23-
./gradlew build
23+
./gradlew build -x compileTestJava -x checkstyleTest
2424
```
2525

2626
## Contributing

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ processResources {
176176
}
177177
}
178178

179+
subprojects.each { remapJar.dependsOn("${it.path}:remapJar") }
180+
179181
dependencies {
180182
ext.useDep = {dep ->
181183
implementation dep

0 commit comments

Comments
 (0)