We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31ab62c commit be27280Copy full SHA for be27280
src/test/kotlin/com/faire/gradle/analyze/AnalyzeDependenciesPluginTest.kt
@@ -951,15 +951,7 @@ internal fun createBuildFileForKotlinProjectUsingPlugin(
951
return File(rootDir, "build.gradle.kts").apply {
952
writeText(
953
"""
954
- buildscript {
955
- repositories {
956
- mavenCentral()
957
- }
958
- dependencies {
959
- classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:${KOTLIN_VERSION}")
960
961
962
-
+ $BUILDSCRIPT
963
plugins {
964
kotlin("jvm") version "${KOTLIN_VERSION}"
965
id("com.faire.analyze.analyzedependencies")
0 commit comments