what source the gradle build use to build gw7 package, is src folder or build folder?
Release : 10.0
Component : API GATEWAY
1.When we run the below command from the sample project:
C:\Gradle\GatewayPolicyPlugin-Gettingstarted\GatewayPolicyPlugin-helloworld>./gradlew build
it will create a one single artifact (*.gw7) that can be used to bootstrap to the docker gateway.
and it will located under folder :
C:\Gradle\GatewayPolicyPlugin-Gettingstarted\GatewayPolicyPlugin-helloworld\build\gateway
2. You may check the gw7 contents by using 7zip.