Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
Devon Stewart committed Feb 20, 2021
1 parent 58bbad7 commit f7d7821
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@ guardrail {
}
compileJava.dependsOn guardrail.petstore.gen
sourceSets.main.java.srcDir guardrail.petstore.gen.outputDir
// Include the generated sources as part of the build
// Feel free to delete the one that does not apply to your project
sourceSets.main.scala.srcDirs += 'build/guardrail-sources/scala'
sourceSets.main.java.srcDirs += 'build/guardrail-sources/java'
```

Specs
Expand Down Expand Up @@ -72,7 +76,6 @@ guardrail { // plugin declaration
}
}
```

Available frameworks
Expand Down

0 comments on commit f7d7821

Please sign in to comment.