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 2ff6c93 commit e8d0865
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 += new File(buildDir, 'guardrail-sources/scala')
sourceSets.main.java.srcDirs += new File(buildDir, 'guardrail-sources/java')
```

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

Available frameworks
Expand Down

0 comments on commit e8d0865

Please sign in to comment.