We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e93b553 + 90a01ce commit 4368f2bCopy full SHA for 4368f2b
.github/workflows/ci.yml
@@ -59,7 +59,8 @@ jobs:
59
./gradlew check \
60
-Dorg.gradle.welcome=never \
61
--stacktrace \
62
- -Ddownloader=$downloader_type
+ -Ddownloader=$downloader_type \
63
+ -Dcom.google.protobuf.error_on_unsafe_pre22_gencode
64
65
- name: Upload test reports when failure occurs
66
uses: actions/upload-artifact@v5
extractor/build.gradle
@@ -28,7 +28,7 @@ checkstyleTest {
28
29
ext {
30
rhinoVersion = '1.8.0'
31
- protobufVersion = '4.32.1'
+ protobufVersion = '4.33.0'
32
}
33
34
dependencies {
0 commit comments