mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-13 12:16:53 +07:00
Fixed gen copying for earlier versions of IntelliJ
This commit is contained in:
parent
768d67a8ae
commit
ad13c83f93
@ -187,7 +187,7 @@ project(":core"){
|
||||
task copyGen{
|
||||
doLast{
|
||||
copy{
|
||||
from("../core/build/classes/java/main/io/anuke/mindustry/gen/"){
|
||||
from("../core/build/generated/sources/annotationProcessor/java/main/io/anuke/mindustry/gen"){
|
||||
include "**/*.java"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user