You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2021/10/25 15:07:25 UTC

[GitHub] [flink] StephanEwen commented on a change in pull request #17561: [FLINK-24634][build] Make Java 11 target opt-in

StephanEwen commented on a change in pull request #17561:
URL: https://github.com/apache/flink/pull/17561#discussion_r735696435



##########
File path: pom.xml
##########
@@ -916,7 +916,11 @@ under the License.
 						</plugin>
 					</plugins>
 				</pluginManagement>
+			</build>
+		</profile>
 
+		<profile>
+			<build>

Review comment:
       How does this profile actually get activated, given that it has no ID or activation property?
   I see the `-Pjava11-target` in the build profile for AZP, but I don't understand how this activates the profile.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org