Skip to content

Commit

Permalink
#000: remove jitpack from test project
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-chauhan committed Jul 9, 2021
1 parent 5d292d2 commit 92a8783
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/sbt-test/kotlin/mixed/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
throw new RuntimeException("""
|The system property 'plugin.version' is not defined.
|Specify this property using scriptedLaunchOpts -Dplugin.version.""".stripMargin)
else {
resolvers += "jitpack" at "https://jitpack.io"
libraryDependencies += "com.github.tmtsoftware" % "kotlin-plugin" % "3.0.1"
}
else addSbtPlugin("com.github.tmtsoftware" % "kotlin-plugin" % ver)
}

resolvers += Resolver.jcenterRepo
Expand Down

0 comments on commit 92a8783

Please sign in to comment.