Skip to content

Commit

Permalink
Add javaversioncheck to verify that Java 1.7 is used for build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Coady committed Oct 19, 2015
1 parent 6954ca4 commit beee998
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ libraryDependencies ++= Seq(
"com.amazonaws" % "aws-java-sdk-lambda" % awsSdkVersion,
"com.amazonaws" % "aws-java-sdk-s3" % awsSdkVersion
)

javaVersionPrefix in javaVersionCheck := Some("1.7")
2 changes: 2 additions & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "0.5.1")

addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")

addSbtPlugin("com.typesafe.sbt" % "sbt-javaversioncheck" % "0.1.0")

0 comments on commit beee998

Please sign in to comment.