From b04ecd9427bb3f312e7d06f604a9fed581074753 Mon Sep 17 00:00:00 2001 From: Eric Peters Date: Sat, 19 Oct 2019 12:13:08 -0700 Subject: [PATCH 1/2] Update javacOptions to target 1.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From d7d780e16effa428d995d7fa798423903b27f2d4 Mon Sep 17 00:00:00 2001 From: Eric Peters Date: Sat, 19 Oct 2019 12:21:35 -0700 Subject: [PATCH 2/2] Add IntelliJ run configuration for integrationTest/test --- .idea/runConfigurations/Run_integrationTest_test.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .idea/runConfigurations/Run_integrationTest_test.xml 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