diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | gradle.properties | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -6,6 +6,8 @@ Simplifies setting up your Frege project. ## Installation +You need `java >= 11`. + ```bash git clone https://github.com/tricktron/frege-gradle-plugin.git ./gradlew publishToMavenLocal diff --git a/gradle.properties b/gradle.properties index 8fca547..9423bd0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ group = ch.fhnw.thga -version = 1.6.0-alpha
\ No newline at end of file +version = 1.6.1-alpha
\ No newline at end of file |