[Question] How to custom template dir? #58
-
The default location is good for most of the projects, but some projects decided to use another dir for main source set, in such case changing the template dir would be good. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
set the template dir here
We have no plans to reduce the minimum java version required for the plugin -- remember that the version of Java that Gradle uses is entirely separate from the version of Java that your project targets, so nothing about Blossom stops you from building projects targeting J8. |
Beta Was this translation helpful? Give feedback.
-
I can change the Java running gradle, but that also make FG using newer JDK to decompile Minecraft source. |
Beta Was this translation helpful? Give feedback.
blossom/src/main/java/net/kyori/blossom/TemplateSet.java
Line 160 in a8002b5
We have no plans to reduce the minimum java version required for the plugin -- remember that the version of Java that Gradle uses is entirely separate from the version of Java that your project targets, so nothing about Blossom stops you from building projects targeting J8.