I am attempting to run your build script on a clean new setup. My host machine's OS is Ubuntu 22.04.3 LTS.
After creating and connecting to the container, then trying to build ...
docker build -t atak-civ-4.6 .
docker run -ti -v /home/username/plugins:/home/atakdev/atak-civ/plugins atak-civ-4.6
cd plugins/my-plugin/
./gradlew assembleCivDebug
I get the following error ...
Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain
Caused by: java.lang.ClassNotFoundException: org.gradle.wrapper.GradleWrapperMain
Any assistance would be most appreciated.
I am attempting to run your build script on a clean new setup. My host machine's OS is Ubuntu 22.04.3 LTS.
After creating and connecting to the container, then trying to build ...
I get the following error ...
Any assistance would be most appreciated.