Skip to content

Commit a1e8b36

Browse files
committed
Java matrix 2
1 parent 20708f7 commit a1e8b36

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
java: [ '8', '11', '17' ]
9+
java: [ '11', '17' ]
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v3

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ publishing {
4848
dependencies {
4949
implementation("com.google.code.gson:gson:2.10")
5050
implementation("org.awaitility:awaitility-kotlin:4.2.0")
51-
implementation("com.github.psxpaul:gradle-execfork-plugin:0.2.2")
51+
implementation("com.github.psxpaul:gradle-execfork-plugin:0.2.0")
5252
implementation("org.springframework.boot:spring-boot-gradle-plugin:2.7.6")
5353
implementation("jakarta.platform:jakarta.jakartaee-api:10.0.0")
5454

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
java=17
1+
java=11
22
kotlin.code.style=official
33
org.gradle.caching=true
44
org.gradle.parallel=true

src/test/kotlin/org/springdoc/openapi/gradle/plugin/OpenApiGradlePluginTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class OpenApiGradlePluginTest {
3535
3636
group = 'com.example'
3737
version = '0.0.1-SNAPSHOT'
38-
sourceCompatibility = '1.8'
38+
sourceCompatibility = '11'
3939
4040
repositories {
4141
mavenCentral()

0 commit comments

Comments
 (0)