We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea001a7 commit 9ae7be4Copy full SHA for 9ae7be4
1 file changed
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
run: ./gradlew clean
28
29
- name: Build and test
30
- run: ./gradlew build --info --console plain --refresh-dependencies -Dnet.bytebuddy.experimental=true
+ run: ./gradlew build --info --console plain --refresh-dependencies --args='-Dnet.bytebuddy.experimental=true'
31
32
lint:
33
name: Lint
0 commit comments