Skip to content

vthurimella/scala-bazel-quick-start

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scala-bazel-quick-start

Clone and run for a quick way to start a Scala project with bazel.

This is a minimal Scala application. The application needs the following files

  • WORKSPACE - Tells bazel where to find dependencies and how where to find rules to create scala libraries and binaries
  • BUILD - Provides information to bazel on how to build the application

Learn more about Bazel

To Use

To clone and run this repository you'll need Git and Bazel and JDK installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/vthurimella/scala-bazel-quick-start
# Go into the repository
cd scala-bazel-quick-start
# Build a binary
bazel build //:main_deploy.jar
# Run the app
java -jar bazel-bin/main_deploy.jar

License

CC0 1.0 (Public Domain)

About

Clone to start a Scala project with bazel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published