Skip to content

Commit

Permalink
Merge pull request jbake-org#359 from jonbullock/gradle-clean-up
Browse files Browse the repository at this point in the history
Gradle clean up work
  • Loading branch information
jonbullock authored May 11, 2017
2 parents 8a71bb7 + 69a8b07 commit cde795e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ after_failure:
- ./gradlew clean check --debug

notifications:
irc: "irc.freenode.org#anchos"
irc: "irc.freenode.org#jbake"

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
Expand Down
19 changes: 6 additions & 13 deletions README.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= JBake
Jonathan Bullock
2013-10-20
2017-05-11
:idprefix:

== JBake
Expand Down Expand Up @@ -54,33 +54,26 @@ Talk to other users of JBake on the forum:

== Build System

The project uses Apache Maven as the build system. To build the JBake distribution ZIP file execute the following command from the root of the repo:
The project uses http://gradle.org[Gradle] as the build system. To build the JBake distribution ZIP file execute the following command from the root of the repo:

----
$ mvn package
$ ./gradlew distZip
----

This will build a ZIP file in the `/dist` folder.

Alternatively you can run directly from the source code using the Maven exec plugin:

----
$ mvn exec:java -Dexec.mainClass=org.jbake.launcher.Main -Dexec.args="/fromFolder /tmp/toFolder/"
----
This will build a ZIP file in the `/build/distributions` folder.

== Tools & Libraries Used

* http://commons.apache.org/[Apache Commons IO, Configuration, Lang & Logging]
* http://maven.apache.org/[Apache Maven]
* http://args4j.kohsuke.org/[Args4j]
* http://asciidoctor.org/[AsciidoctorJ]
* http://www.eclipse.org/[Eclipse IDE]
* http://freemarker.org/[Freemarker]
* http://gradle.org[Gradle]
* http://groovy-lang.org/[Groovy]
* http://junit.org/[JUnit]
* http://pegdown.org/[Pegdown]
* http://www.eclipse.org/jetty/[Jetty Server]
* http://www.orientdb.org/[OrientDB]
* http://groovy-lang.org/[Groovy]

== Copyright & License

Expand Down

0 comments on commit cde795e

Please sign in to comment.