This message was deleted.
# community-support
s
This message was deleted.
v
Unless you pick
basic
as type, the
init
task generates a source file for you. That is the package to which it is generated.
j
sorry, I'm still lost. Source file refers to a build script?
ah, you mean the dummy source that is generated
v
Exactly
j
❯ ack mytestpackage app/src/test/java/mytestpackage/AppTest.java 4:package mytestpackage; app/src/main/java/mytestpackage/App.java 4:package mytestpackage; app/build.gradle.kts 37: mainClass.set("mytestpackage.App")
I don't know why I didn't try this before.
Thanks.
👌 1