Skip to content

Commit

Permalink
Merge branch 'master' of github.com:seelabfhdo/codegenerator-gradle-p…
Browse files Browse the repository at this point in the history
…lugin
  • Loading branch information
Frisch12 committed Mar 22, 2018
2 parents 804839d + 5f9a7a4 commit ed174ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This Gradle plugin offers a generic api for generating code at compile time with
```gradle
plugins {
id 'java'
id 'de.seelab.CodeGenerator' version '0.2.1'
id 'de.fhdo.seelab.CodeGenerator' version '0.2.1'
}
codeGenerator {
Expand All @@ -31,7 +31,7 @@ buildscript {
}
apply plugin: "java"
apply plugin: "de.seelab.CodeGenerator"
apply plugin: "de.fhdo.seelab.CodeGenerator"
codeGenerator {
generatorJar 'libs/my-code-generator.jar'
Expand Down

0 comments on commit ed174ea

Please sign in to comment.