We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e8f7ce + ffc569b commit 906c81cCopy full SHA for 906c81c
com.googlecode.cppcheclipse.parent/pom.xml
@@ -38,6 +38,24 @@
38
<classifier>eclipse4.31cdtp2</classifier>
39
</properties>
40
</profile>
41
+ <profile>
42
+ <id>java21</id>
43
+ <activation>
44
+ <jdk>21</jdk>
45
+ </activation>
46
+ <properties>
47
+ <classifier>eclipse4.31cdtp2</classifier>
48
+ </properties>
49
+ </profile>
50
51
+ <id>java24</id>
52
53
+ <jdk>24</jdk>
54
55
56
57
58
59
</profiles>
60
61
<build>
0 commit comments