File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 3475
3475
3476
3476
<profiles >
3477
3477
3478
+ <profile >
3479
+ <id >java-8</id >
3480
+ <activation >
3481
+ <jdk >1.8</jdk >
3482
+ </activation >
3483
+ <properties >
3484
+ <java .version>1.8</java .version>
3485
+ </properties >
3486
+ </profile >
3487
+
3488
+ <profile >
3489
+ <id >java-11</id >
3490
+ <activation >
3491
+ <jdk >11</jdk >
3492
+ </activation >
3493
+ <properties >
3494
+ <java .version>11</java .version>
3495
+ </properties >
3496
+ </profile >
3497
+
3498
+ <profile >
3499
+ <id >java-17</id >
3500
+ <activation >
3501
+ <jdk >17</jdk >
3502
+ </activation >
3503
+ <properties >
3504
+ <java .version>17</java .version>
3505
+ </properties >
3506
+ </profile >
3507
+
3478
3508
<!--
3479
3509
This profile is enabled automatically by the sbt build. It changes the scope for shaded
3480
3510
dependencies, since we don't shade it in the artifacts generated by the sbt build.
You can’t perform that action at this time.
0 commit comments