Skip to content
/ scala-sbt-template Public template

Use this template repository to create a new Scala SBT project with DockerPlugin functionality

Notifications You must be signed in to change notification settings

cernerae/scala-sbt-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scala-sbt-template

Overview

Use this repository as a template to create new Scala SBT projects with Docker Plugin functionality. For use with Jenkins or any other tool.

Getting Started

  1. Create an new repository from this template repository
  2. Clone your new repository
  3. Change /build.properties file:
    • project.organization = Project Organization
    • project.name = Project Name
    • project.version = Project Version
    • project.scala-version = 2.13.5
    • docker.organization = Docker Organization to publish image to
    • docker.main-class = Main Scala class for Docker Plugin to build
    • docker.base-image = Base Docker image to build from
  4. Set up for CI/CD environment

About

Use this template repository to create a new Scala SBT project with DockerPlugin functionality

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages