Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tschuehly authored Sep 4, 2024
1 parent ec90043 commit 3ea2a9a
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 @@ -293,7 +293,7 @@ implementation("de.tschuehly:spring-view-component-jte:0.8.3")

jte{
generate()
sourceDirectory.set(Path("src/main/java"))
sourceDirectory.set(kotlin.io.path.Path("src/main/java"))
}
```

Expand Down Expand Up @@ -357,7 +357,7 @@ dependencies {

jte {
generate()
sourceDirectory.set(Path("src/main/kotlin"))
sourceDirectory.set(kotlin.io.path.Path("src/main/kotlin"))
}
```

Expand Down

0 comments on commit 3ea2a9a

Please sign in to comment.