Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tapasco
tapasco
Commits
5a3d0f79
Commit
5a3d0f79
authored
Aug 24, 2017
by
Jens Korinth
Browse files
Postfix issue, feature warnings activated
parent
fc967e4c
Changes
2
Hide whitespace changes
Inline
Side-by-side
ModuleBuilder.scala
View file @
5a3d0f79
...
...
@@ -31,7 +31,7 @@ abstract class ModuleBuilder(packagingDir: String = "packaging") {
m
.
core
.
postBuildActions
map
(
fn
=>
fn
.
apply
(
m
.
config
))
val
json
=
"%s/%s.json"
.
format
(
m
.
core
.
root
,
m
.
core
.
name
)
m
.
core
.
write
(
json
)
"%s/package.py %s"
.
format
(
packagingDir
,
json
)
!
"%s/package.py %s"
.
format
(
packagingDir
,
json
)
.
!
}
}
}
build.sbt
View file @
5a3d0f79
...
...
@@ -6,8 +6,6 @@ version := "0.3-SNAPSHOT"
scalaVersion
:=
"2.11.11"
crossScalaVersions
:=
Seq
(
"2.10.3"
,
"2.10.4"
,
"2.11.0"
)
resolvers
++=
Seq
(
Resolver
.
sonatypeRepo
(
"snapshots"
),
Resolver
.
sonatypeRepo
(
"releases"
)
...
...
@@ -24,3 +22,4 @@ libraryDependencies ++= Seq(
"com.typesafe.play"
%%
"play-json"
%
"2.6.3"
)
scalacOptions
+=
"-feature"
Jens Korinth
@jk
mentioned in commit
17f0d672
·
Mar 05, 2018
mentioned in commit
17f0d672
mentioned in commit 17f0d67240ebf5d7e1d0be9162d272b04256c47d
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment