diff options
author | Jason Penilla <[email protected]> | 2022-02-21 13:44:17 -0700 |
---|---|---|
committer | Jason Penilla <[email protected]> | 2022-02-21 13:44:17 -0700 |
commit | 9cab01ed1d1f66d9dc1aefb63e6d03bbb66cce0d (patch) | |
tree | acdd504bd3dd72497e27cfe9389da69fcbf81076 /test-plugin | |
parent | b757019dc5a54c085d6e8afd4c96acaf5d3cc438 (diff) | |
download | Paper-9cab01ed1d1f66d9dc1aefb63e6d03bbb66cce0d.tar.gz Paper-9cab01ed1d1f66d9dc1aefb63e6d03bbb66cce0d.zip |
[ci skip] Update Gradle wrapper to 7.4
Diffstat (limited to 'test-plugin')
-rw-r--r-- | test-plugin/build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-plugin/build.gradle.kts b/test-plugin/build.gradle.kts index 72f79b682e..e9bacd22ed 100644 --- a/test-plugin/build.gradle.kts +++ b/test-plugin/build.gradle.kts @@ -10,7 +10,7 @@ dependencies { } tasks.processResources { - val apiVersion = rootProject.providers.gradleProperty("mcVersion").forUseAtConfigurationTime().get() + val apiVersion = rootProject.providers.gradleProperty("mcVersion").get() .split(".", "-").take(2).joinToString(".") val props = mapOf( "version" to project.version, |