Skip to content

Commit

Permalink
add link to [sbt/sbt#1664]
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis committed Nov 18, 2019
1 parent 78a3535 commit 97ed70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sbt-test/sbt-guardrail/java-codegen-app/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ guardrailTasks in Compile := List(
JavaClient(file("petstore.json"), pkg="com.example.clients.petstore")
)

// workaround for SBT issue
// workaround for SBT issue. see: https://github.com/sbt/sbt/issues/1664
unmanagedSourceDirectories in Compile += (sourceManaged in Compile).value

val jacksonVersion = "2.10.1"
Expand Down

0 comments on commit 97ed70a

Please sign in to comment.