Skip to content

Commit

Permalink
Simplify Fixtures
Browse files Browse the repository at this point in the history
This part wasn't necessary to repro a red ReleaseTest
back when it was introdiced in 3394c75
  • Loading branch information
dagguh committed Jun 12, 2024
1 parent 2af3572 commit 6cc9d41
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ class Fixtures {
id "org.jetbrains.kotlin.jvm" version "1.3.20"
id 'com.atlassian.performance.tools.gradle-release' version "0.9.0"
}
dependencies {
compile group: 'org.jetbrains.kotlin', name: 'kotlin-stdlib-jdk8', version: '1.3.20'
}
""".trimIndent()
)
buildFolder.newFile("settings.gradle").writeText(
Expand Down

0 comments on commit 6cc9d41

Please sign in to comment.