diff --git a/.idea/runConfigurations/Run_integrationTest_test.xml b/.idea/runConfigurations/Run_integrationTest_test.xml new file mode 100644 index 000000000..3d96baea8 --- /dev/null +++ b/.idea/runConfigurations/Run_integrationTest_test.xml @@ -0,0 +1,12 @@ + + + + \ No newline at end of file diff --git a/build.sbt b/build.sbt index 2b8f7d072..c3b2d71d0 100755 --- a/build.sbt +++ b/build.sbt @@ -163,7 +163,7 @@ val root = (project in file(".")). packageDescription in Windows := "The interactive build tool.", wixProductId := "ce07be71-510d-414a-92d4-dff47631848a", wixProductUpgradeId := Hash.toHex(Hash((version in Windows).value)).take(32), - javacOptions := Seq("-source", "1.5", "-target", "1.5"), + javacOptions := Seq("-source", "1.8", "-target", "1.8"), // Universal ZIP download install. packageName in Universal := packageName.value, // needs to be set explicitly due to a bug in native-packager