Skip to content

Commit

Permalink
asciidoctor#197 Greeting from Hackergarten Bern.
Browse files Browse the repository at this point in the history
  • Loading branch information
miago committed Jun 13, 2017
1 parent adcf14a commit 76b67eb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 8 additions & 2 deletions HACKING.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:version: 1.6.0-SNAPSHOT
:project-name: asciidoctor-gradle-plugin

This is a guide to contributing to the Aciidoctor plugin for Gradle. (It is still very much work-in-progress)
This is a guide to developing locally and contributing to the Aciidoctor plugin for Gradle. (It is still very much work-in-progress)

== Branches

Expand All @@ -17,9 +17,11 @@ the responsibility of building said snapshot. In this way they can be sure it's
which might bring incompatibility problems.

If you need to work with snapshots consider building locally and publishing to your local `~/.m2`. This can be achieved
by running `./gradlew build install`.
by running `./gradlew publishToMavenLocal`.
You can then use the snapshot in your Gradle build as follows:

If you want to change the version, you can edit it in `gradle.properties`.

[source,groovy]
[subs="attributes,specialcharacters"]
.build.gradle
Expand All @@ -36,3 +38,7 @@ buildscript {
apply plugin: 'org.asciidoctor.convert'
----

== Developing
* './gradlew build' - run tests and checks that everything is ok.
* './gradlew test' - run tests.
4 changes: 4 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,10 @@ asciidoctorj {
}
----

== Development

See link:HACKING.adoc[HACKING].

== Adding Custom Extensions

Starting with version 1.5.0 you'll be able to write your own Asciidoctor extensions in Groovy, or any other JVM language
Expand Down

1 comment on commit 76b67eb

@ehmkah
Copy link

@ehmkah ehmkah commented on 76b67eb Jun 13, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aalmiray - hope we understood the things you said right. Thanks for joining us :-)

Please sign in to comment.