Skip to content

Commit 14bb07c

Browse files
committed
Tests fix 3
1 parent 73676f4 commit 14bb07c

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
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: [ '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.1")
51+
implementation("com.github.psxpaul:gradle-execfork-plugin:0.2.2")
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=1.8
1+
java=17
22
kotlin.code.style=official
33
org.gradle.caching=true
44
org.gradle.parallel=true

settings.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
rootProject.name = "springdoc-openapi-gradle-plugin"
22

3+
pluginManagement {
4+
repositories {
5+
mavenCentral()
6+
gradlePluginPortal()
7+
}
8+
}

0 commit comments

Comments
 (0)