Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
openmole
openmole
Commits
56eb1d5a
Commit
56eb1d5a
authored
Sep 13, 2021
by
Romain Reuillon
Browse files
[Plugin] fix: generate missing jsir
parent
52d0f6c7
Pipeline
#1220
failed with stages
in 29 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
openmole/build.sbt
View file @
56eb1d5a
...
...
@@ -466,7 +466,7 @@ lazy val jsonHook = OsgiProject(pluginDir, "org.openmole.plugin.hook.json", impo
libraryDependencies
+=
Libraries
.
scalatest
)
settings
(
pluginSettings
:
_
*
)
lazy
val
omrHook
=
OsgiProject
(
pluginDir
,
"org.openmole.plugin.hook.omr"
,
imports
=
Seq
(
"*"
))
dependsOn
(
openmoleDSL
,
jsonHook
,
openmoleBuildInfo
,
project
,
replication
%
"test"
)
settings
(
libraryDependencies
+=
Libraries
.
scalatest
,
libraryDependencies
+=
Libraries
.
circe
)
settings
(
pluginSettings
:
_
*
)
libraryDependencies
+=
Libraries
.
scalatest
,
libraryDependencies
+=
Libraries
.
circe
)
settings
(
pluginSettings
:
_
*
)
enablePlugins
(
ScalaJSPlugin
)
/* Method */
...
...
Write
Preview
Supports
Markdown
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