-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
compiler throws error that dependent class is not available
- Loading branch information
Thomas Schuehly
committed
Aug 29, 2023
1 parent
d848a25
commit c45bc99
Showing
5 changed files
with
56 additions
and
32 deletions.
There are no files selected for viewing
4 changes: 3 additions & 1 deletion
4
...src/main/kotlin/de/tschuehly/spring/viewcomponent/core/processor/ViewComponentCompiler.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
package de.tschuehly.spring.viewcomponent.core.processor | ||
|
||
import java.nio.file.Path | ||
|
||
fun interface ViewComponentCompiler { | ||
fun compile(rootDir: String, names: String): String | ||
fun compile(rootDir: Path, names: String, classDirectory: Path): String | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
|
||
gg.jte.usePrecompiledTemplates=false |