Skip to content

Commit 04faf1d

Browse files
committed
Fix name of EJB JAR file in Gradle build
1 parent a150e4e commit 04faf1d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

cics-java-liberty-mqjms-mdb/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ plugins
99
}
1010

1111
group = 'com.ibm.cicsdev.mqjms'
12-
archivesBaseName='com.ibm.cicsdev.mqjms'
13-
version = '1.0.0'
14-
1512

13+
// This sets the name of the EJB JAR module referenced in the application.xml
14+
archivesBaseName='cics-java-liberty-mqjms-mdb'
1615

1716
// If in Eclipse, add Javadoc to the local project classpath
1817
eclipse

0 commit comments

Comments
 (0)