Skip to content

Commit

Permalink
✨ stop building the project when we don't need anything else (konveyo…
Browse files Browse the repository at this point in the history
…r#534)

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 <shawn@hurley.page>
  • Loading branch information
shawn-hurley authored and aufi committed Mar 25, 2024
1 parent 7bf2975 commit cebb087
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 cebb087

Please sign in to comment.