Skip to content

Commit cd1f2df

Browse files
Remove unused maven-publish plugin
- Remove maven-publish plugin from app build.gradle - Plugin was present but had no publishing {} configuration block - Reduces clutter and clarifies build intent (sample project, not library) - Aligns with clean configuration practices
1 parent 0251138 commit cd1f2df

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cics-java-liberty-springboot-jcics-app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ plugins
66
id 'eclipse'
77
id 'idea'
88
id 'war'
9-
id 'maven-publish'
109
}
1110

1211
group = 'com.ibm.cicsdev.springboot'

0 commit comments

Comments
 (0)