Skip to content

Commit

Permalink
✨ stop building the project when we don't need anything else (#534)
Browse files Browse the repository at this point in the history
There is no need to wait for the build for the init step to be complete.

API tests PR: 102

Signed-off-by: Shawn Hurley <[email protected]>
  • Loading branch information
shawn-hurley authored Mar 12, 2024
1 parent 073e142 commit dc5fbe1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions provider/internal/java/service_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,9 @@ func (p *javaServiceClient) initialization(ctx context.Context) {
"userSettings": p.mvnSettingsFile,
},
},
"autobuild": map[string]interface{}{
"enabled": false,
},
"maven": map[string]interface{}{
"downloadSources": downloadSources,
},
Expand Down

0 comments on commit dc5fbe1

Please sign in to comment.