Skip to content

Commit ecf8f08

Browse files
committed
debug build
1 parent 53757ba commit ecf8f08

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,6 @@ jobs:
3434
SIGN_PWD: ${{ secrets.SIGN_PWD }}
3535
PUBLISH_USER: ${{ secrets.PUBLISH_USER }}
3636
PUBLISH_KEY: ${{ secrets.PUBLISH_KEY }}
37-
run: ./gradlew build publishToSonatype -i -s
37+
run: ./gradlew build publishToSonatype -d -s
38+
39+
# -i

src/testInt/groovy/io/openapiprocessor/gradle/support/Gradle.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ package io.openapiprocessor.gradle.support
88
class Gradle {
99

1010
static List<String> VERSIONS = [
11-
'7.0', '7.0.1', '7.0.2',
11+
'7.0'/*, '7.0.1', '7.0.2',
1212
'7.1', '7.1.1',
1313
'7.2',
1414
'7.3', '7.3.1', '7.3.2', '7.3.3',
1515
'7.4', '7.4.1', '7.4.2',
1616
'7.5', '7.5.1',
1717
'7.6', '7.6.1',
1818
'8.0', '8.0.1', '8.0.2',
19-
'8.1', '8.1.1'
19+
'8.1', '8.1.1'*/
2020
]
2121

2222
}

0 commit comments

Comments
 (0)