We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fb26ea commit 780937eCopy full SHA for 780937e
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
+ run: ./gradlew build --info --console plain --refresh-dependencies Dnet.bytebuddy.experimental=true
31
32
lint:
33
name: Lint
0 commit comments