Skip to content

Commit

Permalink
Merge branch 'master' of github.com:fizzed/rocker into feature/java21
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlauer committed Nov 4, 2023
2 parents 3595d88 + 799fdbf commit 61ddd98
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,11 @@ public void setOutputBaseDirectory(Object outputBaseDirectory, PathValidation pv
}

@Input // Neither input nor output directory, but generated rocker.conf depends on it
public String getClassBaseDirectoryPath() {
return classBaseDirectory.getAbsolutePath();
}

@Internal
public File getClassBaseDirectory() {
return classBaseDirectory;
}
Expand Down

0 comments on commit 61ddd98

Please sign in to comment.