We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a150e4e commit 04faf1dCopy full SHA for 04faf1d
cics-java-liberty-mqjms-mdb/build.gradle
@@ -9,10 +9,9 @@ plugins
9
}
10
11
group = 'com.ibm.cicsdev.mqjms'
12
-archivesBaseName='com.ibm.cicsdev.mqjms'
13
-version = '1.0.0'
14
-
15
+// This sets the name of the EJB JAR module referenced in the application.xml
+archivesBaseName='cics-java-liberty-mqjms-mdb'
16
17
// If in Eclipse, add Javadoc to the local project classpath
18
eclipse
0 commit comments