You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
displayName: 'Build and Package, JDK Version: $(JavaBuildVersion)'
102
+
displayName: 'Build and Package, JDK Version: $(JavaBuildVersion)'
109
103
inputs:
110
104
mavenPomFile: pom.xml
111
105
goals: 'deploy'
112
-
options: '$(DefaultOptions) -DskipTests -Dinject-codesnippets -Dgenerate-overview -Dspotbugs.skip=true -Dcheckstyle.skip=true -Drevapi.skip=true -pl $(ProjectList) -am -DaltDeploymentRepository=id::default::file://$(System.DefaultWorkingDirectory)/build'# We include template-module so we ensure it always builds in CI
106
+
options: '$(DefaultOptions) -T 1C -DskipTests -Dinject-codesnippets -Dgenerate-overview -Dspotbugs.skip=true -Dcheckstyle.skip=true -Drevapi.skip=true -pl $(ProjectList) -am -DaltDeploymentRepository=id::default::file://$(System.DefaultWorkingDirectory)/build'# We include template-module so we ensure it always builds in CI
0 commit comments