File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ tasks.withType(GroovyCompile::class).configureEach {
1111dependencies {
1212 api(project(" :spongegradle-plugin-development" ))
1313 implementation(localGroovy())
14- api(" net.kyori:indra-common:2.0.4 " )
14+ api(" net.kyori:indra-common:2.0.5 " )
1515 api(" gradle.plugin.org.cadixdev.gradle:licenser:0.6.0" )
1616 api(" com.google.code.gson:gson:2.8.6" )
1717}
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ configurations.named(functionalTest.compileClasspathConfigurationName) { extends
1010configurations.named(functionalTest.runtimeClasspathConfigurationName) { extendsFrom(configurations.testRuntimeClasspath.get()) }
1111
1212dependencies {
13- functionalTest.implementationConfigurationName(" com.google.code.gson:gson:2.8.6 " )
14- testImplementation(" org.junit.jupiter:junit-jupiter-params:5.7.1 " )
15- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.7.1 " )
16- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.7.1 " )
13+ functionalTest.implementationConfigurationName(" com.google.code.gson:gson:2.8.7 " )
14+ testImplementation(" org.junit.jupiter:junit-jupiter-params:5.7.2 " )
15+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.7.2 " )
16+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.7.2 " )
1717}
1818
1919val functionalTestTask = tasks.register(" functionalTest" , Test ::class ) {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ pluginManagement {
66 }
77
88 plugins {
9- val indraVersion = " 2.0.4 "
9+ val indraVersion = " 2.0.5 "
1010 id(" com.gradle.plugin-publish" ) version " 0.14.0"
1111 id(" net.kyori.indra" ) version indraVersion
1212 id(" net.kyori.indra.license-header" ) version indraVersion
You can’t perform that action at this time.
0 commit comments