Skip to content

Commit 799e6ba

Browse files
author
manvisingh55
committed
revised changes acc to comments
1 parent 486f257 commit 799e6ba

5 files changed

Lines changed: 5 additions & 36 deletions

File tree

.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>

com.ibm.cicsdev.springboot.jcics.app/build.gradle

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,4 @@ dependencies
6060
bootWar { 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+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
source.. = src/main/java/
2+
bin.includes = META-INF/,.
3+
output.. = bin/

com.ibm.cicsdev.springboot.jcics.app/gradle.properties

Lines changed: 0 additions & 16 deletions
This file was deleted.

com.ibm.cicsdev.springboot.jcics.app/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,7 @@
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>

0 commit comments

Comments
 (0)