| CI | |
|---|---|
| Java Getting Started | |
| Scala Getting Started | |
| Clojure Getting Started | |
| Gradle Getting Started | |
| Kotlin Getting Started | |
| JRuby (Windows) Getting Started |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import javax.net.ssl.HttpsURLConnection; | |
| import java.io.BufferedReader; | |
| import java.io.IOException; | |
| import java.io.InputStreamReader; | |
| import java.net.URL; | |
| import sun.misc.BASE64Encoder; | |
| public class Sources { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <plugin> | |
| <groupId>com.heroku.sdk</groupId> | |
| <artifactId>heroku-maven-plugin</artifactId> | |
| <version>1.2.0</version> | |
| <executions> | |
| <execution> | |
| <id>app1</id> | |
| <goals> | |
| <goal>deploy</goal> | |
| </goals> |
| Travis CI | Circle CI | Download | Github | |
|---|---|---|---|---|
| Webapp Runner | ||||
| heroku.jar (API Client) | [ |
| Travis CI | Circle CI | Download | Github | |
|---|---|---|---|---|
| Maven plugin | ||||
| Scala (SBT) plugin | [ throws Exception { | |
| OperatingSystemMXBean os = ManagementFactory.getOperatingSystemMXBean(); |