Skip to content

Commit

Permalink
Add scaladoc and scalap descriptors
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Jun 12, 2019
1 parent 26e48ae commit 3d396d9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions apps/resources/scaladoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"mainClass": "scala.tools.nsc.ScalaDoc",
"repositories": [
"central"
],
"dependencies": [
"org.scala-lang:scala-compiler:latest.stable"
],
"properties": {
"scala.usejavacp": "true"
}
}
12 changes: 12 additions & 0 deletions apps/resources/scalap.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"mainClass": "scala.tools.scalap.Main",
"repositories": [
"central"
],
"dependencies": [
"org.scala-lang:scalap:latest.stable"
],
"properties": {
"scala.usejavacp": "true"
}
}

0 comments on commit 3d396d9

Please sign in to comment.