Fix Gradle plugin test classpath after Kotlin upgrade
See gh-37926
This commit is contained in:
@@ -118,7 +118,6 @@ public class GradleBuild {
|
||||
new File(pathOfJarContaining(ClassVisitor.class)),
|
||||
new File(pathOfJarContaining(DependencyManagementPlugin.class)),
|
||||
new File(pathOfJarContaining("org.jetbrains.kotlin.cli.common.PropertiesKt")),
|
||||
new File(pathOfJarContaining("org.jetbrains.kotlin.compilerRunner.KotlinLogger")),
|
||||
new File(pathOfJarContaining(KotlinPlatformJvmPlugin.class)),
|
||||
new File(pathOfJarContaining(KotlinProject.class)),
|
||||
new File(pathOfJarContaining(KotlinToolingVersion.class)),
|
||||
|
||||
Reference in New Issue
Block a user