Skip to content

A wercker box that comes with the Java7 Oracle distribution, maven, ant and sbt

License

Notifications You must be signed in to change notification settings

dohamann/box-java8-oracle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

Wercker Oracle Java 8 box

Wercker box with Oracle Java 8 and maven and gradle installed

Basic working example

To build simple Spring Boot application You just have to create wercker.yml file with following content and place in the root of your Java project.

box: mihkels/[email protected]
build:
  steps:
    - script:
        name: Show base information
          code: |
            gradle -v
            echo $JAVA_HOME
            java -version
            javac -version
      - script:
          name: Run gradle
          code: |
            gradle --full-stacktrace -q --project-cache-dir=$WERCKER_CACHE_DIR assamble

About

A wercker box that comes with the Java7 Oracle distribution, maven, ant and sbt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published