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

jonbuffington/sbt-appengine-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

appengine plugin for simple-build-tool

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Scala 100.0%