Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
project-base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
amarsh24
project-base
Commits
54d1d4a2
Commit
54d1d4a2
authored
8 years ago
by
Will Billingsley
Browse files
Options
Downloads
Patches
Plain Diff
Added sbt script and sbt-launch.jar
parent
bfd40f6f
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
sbt
+3
-0
3 additions, 0 deletions
sbt
sbt-launch.jar
+0
-0
0 additions, 0 deletions
sbt-launch.jar
with
3 additions
and
0 deletions
sbt
0 → 100755
+
3
−
0
View file @
54d1d4a2
#!/bin/bash
SBT_OPTS
=
"-Xms512M -Xmx1536M -Xss1M -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=256M"
java
$SBT_OPTS
-jar
`
dirname
$0
`
/sbt-launch.jar
"
$@
"
This diff is collapsed.
Click to expand it.
sbt-launch.jar
0 → 100644
+
0
−
0
View file @
54d1d4a2
File added
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment