Skip to content

Commit d0fed49

Browse files
authored
Removed debug log option (#695)
1 parent d59d963 commit d0fed49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/maven-publish/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
3232

3333
- name: Publish Android/Java Packages to Maven
3434
shell: bash
35-
run: ./gradlew publish -PisSnapshot=false --stacktrace --debug
35+
run: ./gradlew publish -PisSnapshot=false --stacktrace
3636
env:
3737
MAVEN_USERNAME: ${{ inputs.ossr-username }}
3838
MAVEN_PASSWORD: ${{ inputs.ossr-token }}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ ext {
119119
jupiterVersion = '5.9.3'
120120

121121
baselineCompareVersion = '2.0.0'
122-
testInJavaVersions = [8, 11]
122+
testInJavaVersions = [8, 11, 17, 21]
123123
}
124124

125125
dependencies {

0 commit comments

Comments
 (0)