File tree 4 files changed +6
-6
lines changed 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
10
10
steps :
11
- - uses : actions/checkout@v3
11
+ - uses : actions/checkout@v4
12
12
- name : Set up JDK 1.8
13
- uses : actions/setup-java@v3
13
+ uses : actions/setup-java@v4
14
14
with :
15
15
java-version : ' 11'
16
16
distribution : ' zulu'
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
9
9
}
10
10
11
11
dependencies {
12
- classpath(" com.vanniktech:gradle-maven-publish-plugin:0.23.1 " )
12
+ classpath(" com.vanniktech:gradle-maven-publish-plugin:0.25.3 " )
13
13
classpath(" de.jensklingenberg:gradle-plugin:1.0.0" )
14
14
}
15
15
}
Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ mavenPublishing {
27
27
28
28
group = " de.jensklingenberg"
29
29
version = " 0.0.1"
30
- val autoService = " 1.0 .1"
30
+ val autoService = " 1.1 .1"
31
31
dependencies {
32
32
compileOnly(" com.google.auto.service:auto-service:$autoService " )
33
33
kapt(" com.google.auto.service:auto-service:$autoService " )
34
34
compileOnly(" org.jetbrains.kotlin:kotlin-compiler-embeddable:1.9.23" )
35
35
testImplementation(" dev.zacsweers.kctfork:core:0.2.1" )
36
36
testImplementation(" junit:junit:4.13.2" )
37
- testImplementation(" com.google.truth:truth:1.1.3 " )
37
+ testImplementation(" com.google.truth:truth:1.1.5 " )
38
38
testImplementation(kotlin(" reflect" ))
39
39
40
40
}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ allprojects {
19
19
}
20
20
}
21
21
dependencies {
22
- implementation(" org.jetbrains.kotlin:kotlin-gradle-plugin-api:1.9.10 " )
22
+ implementation(" org.jetbrains.kotlin:kotlin-gradle-plugin-api:1.9.21 " )
23
23
}
24
24
25
25
gradlePlugin {
You can’t perform that action at this time.
0 commit comments