Skip to content

Commit e7156a9

Browse files
committed
Force fat jar name
1 parent fd5b58f commit e7156a9

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ lazy val root = (project in file("."))
88
name := "Eso",
99
logBuffered in Test := false,
1010
parallelExecution in Test := false,
11+
assemblyJarName in assembly := "Eso.jar",
1112
scalacOptions ++= Seq("-deprecation", "-feature"),
1213
testOptions in Test += Tests.Argument(TestFrameworks.ScalaTest, "-oF"),
1314
resolvers ++= Seq(

mycologyReport.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ y claims all of the following:
7979
That the offset of the IP was ( 0 0 )
8080
That the least point containing a non-space cell is ( -3 -2 )
8181
That the greatest point, relative to that point, is ( 183 911 )
82-
That the day of the month is 17
82+
That the day of the month is 19
8383
That the month is 2
8484
That the year is 2020
85-
That the time is 09 : 03 : 27
85+
That the time is 00 : 14 : 09
8686
That the size of the stack stack is 1
8787
That the stack sizes are [ 0 ] from top to bottom
8888
That the command-line arguments were: [ null ]
@@ -148,8 +148,8 @@ GOOD: all of A-Z reflected
148148
Testing fingerprint HRTI... loaded.
149149
UNDEF: G gives clock granularity as 1000 microseconds
150150
GOOD: T reflected when called before M
151-
UNDEF: S pushed 970000
152-
UNDEF: T after M pushed 1000 and a second T, after 675 ys, pushed 11744000
151+
UNDEF: S pushed 978000
152+
UNDEF: T after M pushed 1000 and a second T, after 675 ys, pushed 10080000
153153
GOOD: ET reflected
154154

155155
Testing fingerprint MODE... not loaded.

0 commit comments

Comments
 (0)