modify env 'BUILD_MAVEN_JAVA_OPTS'

This commit is contained in:
凡羊羊 2019-08-28 16:01:35 +08:00
parent bea4b1c727
commit febf27db1e

View File

@ -97,7 +97,7 @@ func (m *maven) ListModules(path string) ([]*types.Service, error) {
Value: item.MavenCustomGoals,
},
{
Name: "MAVEN_JAVA_OPTS",
Name: "BUILD_MAVEN_JAVA_OPTS",
Value: item.MavenJavaOpts,
},
{