Skip to content

Commit c46bded

Browse files
Workaround for CICS annotation processor at Java 11+
1 parent 894eb69 commit c46bded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cics-java-liberty-link-app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies
4040
{
4141
// CICS TS V5.5 Maven BOM (as of 19th May 2020)
4242
compileOnly enforcedPlatform("com.ibm.cics:com.ibm.cics.ts.bom:5.5-20200519131930-PH25409")
43-
annotationProcessor enforcedPlatform("com.ibm.cics:com.ibm.cics.ts.bom:5.5-20200519131930-PH25409")
43+
//annotationProcessor enforcedPlatform("com.ibm.cics:com.ibm.cics.ts.bom:5.5-20200519131930-PH25409")
4444

4545
// Don't include JCICS in the final build (no need for version because we have BOM)
4646
compileOnly("com.ibm.cics:com.ibm.cics.server")

0 commit comments

Comments
 (0)