File tree Expand file tree Collapse file tree
com.ibm.cicsdev.springboot.jcics.app Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 <attribute name =" gradle_used_by_scope" value =" main,test" />
77 </attributes >
88 </classpathentry >
9- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/IBM Semeru Runtime Open Edition (JRE) 17 [17.0.16] " >
9+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17/ " >
1010 <attributes >
1111 <attribute name =" module" value =" true" />
1212 </attributes >
Original file line number Diff line number Diff line change @@ -60,14 +60,4 @@ dependencies
6060bootWar { enabled = false }
6161
6262
63- publishing
64- {
65- // Configure the Maven repository to publish to somewhere which is configurable
66- // with environment variables from outside gradle.
67- //
68- // For example:
69- // gradle build publish \
70- // -Ppublish_repo_releases_url="file://my-folder" \
71- // -Ppublish_repo_releases_name="my-maven-repo"
72- //
73- }
63+
Original file line number Diff line number Diff line change 1+ source.. = src/main/java/
2+ bin.includes = META-INF/,.
3+ output.. = bin/
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 7171 </plugins >
7272 </build >
7373
74- <!--
75- Publishes artifacts to here if the deploy goal is used.
7674
77- The values here can be passed on the maven command line
78- using the -D flag syntax
79-
80- for example:
81- -Dpublish_repo_snapshots_name=my-repo
82- -->
8375 <distributionManagement >
8476 <snapshotRepository >
8577 <id >${publish_repo_snapshots_name} </id >
You can’t perform that action at this time.
0 commit comments