Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
krystian.panek committed Mar 6, 2019
1 parent 665a3d4 commit 68d15b9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,14 @@

**Project generator based on live archetypes** (example projects).

![Props Dialog](docs/fork-dialog.png)

**Interactive gradle.properties file generator** (user-friendly / by GUI dialog).

![Props Dialog](docs/props-dialog.png)

<sub>Both screenshots come from [Gradle AEM Multi](https://github.com/Cognifide/gradle-aem-multi) (example usage).</sub>

- - -

Newcomers of Gradle Build System very often complain about that in Gradle there is no Maven's archetype like mechanism OOTB. This plugin tries to fill that gap.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "com.neva.gradle"
version = "3.0.6"
version = "3.1.0"
description = "Gradle Fork Plugin"
defaultTasks = listOf("clean", "publishToMavenLocal")

Expand Down
Binary file added docs/fork-dialog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/props-dialog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 68d15b9

Please sign in to comment.