Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Latest commit

 

History

History
32 lines (22 loc) · 705 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 705 Bytes

Require

Usage

export environment variables

export APPENGINE_SDK_HOME=~/appengine-java-sdk-1.4.0
export JREBEL_JAR_PATH=~/jrebel/jrebel.jar

Create project/plugins/Plugins.scala

import sbt._

class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
  val appenginePlugin = "net.stbbs.yasushi" % "sbt-appengine-plugin" % "2.2"
}

Hello World example