ryanmcdermott / bazel-java-template

Simple starter template for a Java project built with Bazel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bazel-java-template

What is this?

This project is a simple starter template for a Java project that uses the Bazel build system.

Installation

First, ensure that you have installed Bazel. Then run the following:

export JAVA_HOME="$(dirname $(dirname $(realpath $(which javac))))"
git clone https://github.com/ryanmcdermott/bazel-java-template

Running

Main

bazel run :template_bin

Tests

bazel test :template_lib_test

About

Simple starter template for a Java project built with Bazel


Languages

Language:Starlark 63.0%Language:Java 37.0%