Skip to content

Commit

Permalink
Move GradleRuntimeCompatibility implementation to internal package
Browse files Browse the repository at this point in the history
The original public API is still available but deprecated.

Signed-off-by: Daniel Lacasse <[email protected]>
  • Loading branch information
lacasseio committed Jul 17, 2024
1 parent c75360f commit 1cb2e3e
Show file tree
Hide file tree
Showing 11 changed files with 650 additions and 587 deletions.
2 changes: 0 additions & 2 deletions subprojects/gradle-plugin-development/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import static dev.gradleplugins.GradleRuntimeCompatibility.*

plugins {
id 'org.jetbrains.kotlin.jvm' version "1.3.72"
id 'toolboxbuild.publish'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ abstract class AbstractGradlePluginDevelopmentUnitTestingFunctionalTest extends
mavenCentral()
}
import static ${GradleRuntimeCompatibility.canonicalName}.groovyVersionOf
import ${GradleVersion.canonicalName}
test {
Expand Down
Loading

0 comments on commit 1cb2e3e

Please sign in to comment.