How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Java/gradle project that builds locally doesn't build in AWS/CodeBuild/Docker

calendar_today April 26, 2025 person SRJ domain amazon-codebuild

Sorry I can’t post everything, there is a lot of code - hopefully this is ok System: Oracle Linux 9 Java Corretto 17 Gradle 7.6 The layout of my project is main subproject_1 subproject_2 subproject_3 subproject_4 subproject_2 depends on subproject_1 In the build.grade in project_2 I have the following dependencies { implementation project(‘:subproject_1’) } This works fine on my dev box where I have Oracle Linux 9 running in VirtualBox. I am trying to build using AWS CodeBuild. I created a docker file which is set up just like my local box, same versions, same tools, pulls source from same rep

open_in_new Read original post