You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eventmesh.apache.org by GitBox <gi...@apache.org> on 2021/04/30 07:29:52 UTC

[GitHub] [incubator-eventmesh] wqliang commented on a change in pull request #326: [ISSUE #325]Update gradle configuration for publishing package to maven repository

wqliang commented on a change in pull request #326:
URL: https://github.com/apache/incubator-eventmesh/pull/326#discussion_r623668247



##########
File path: eventmesh-common/build.gradle
##########
@@ -73,18 +73,18 @@ dependencies {
     testCompile apache_commons, httpclient, guava, netty, fastjson, jackson
 }
 
-uploadArchives {
-    repositories {
-        mavenDeployer {
-            snapshotRepository(url: 'Your target repo address') {
-                authentication(userName: 'Your user name', password: 'Your password')
-            }
-            repository(url: 'Your target repo address') {
-                authentication(userName: 'Your user name', password: 'Your password')
-            }
-        }
-    }
-}
+//uploadArchives {

Review comment:
       remove it if no used anymore.

##########
File path: eventmesh-runtime/build.gradle
##########
@@ -146,15 +141,15 @@ task tar(type: Tar, dependsOn: ['clean', 'jar']) {
     }
 }
 
-uploadArchives {
-    repositories {
-        mavenDeployer {
-            snapshotRepository(url: 'Your target repo address') {
-                authentication(userName: 'Your user name', password: 'Your password')
-            }
-            repository(url: 'Your target repo address') {
-                authentication(userName: 'Your user name', password: 'Your password')
-            }
-        }
-    }
-}
\ No newline at end of file
+//uploadArchives {

Review comment:
       remove it if no use anymore.

##########
File path: gradle.properties
##########
@@ -14,11 +14,17 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-group=org.apache.eventmesh
-version=1.2.0-SNAPSHOT
-rocketmqVersion=4.4.0
 jdk=1.8
 snapshot=false
-mavenUserName=
-mavenPassword=
-#org.gradle.java.home=C:\\Program Files\\Java\\jdk1.7.0_67
+group=org.apache.eventmesh
+version=1.2.0-SNAPSHOT
+#40位公钥的最后8位

Review comment:
       English would be better.

##########
File path: eventmesh-connector-api/build.gradle
##########
@@ -51,18 +51,18 @@ dependencies {
     testCompile group: 'junit', name: 'junit', version: '4.12', open_message
 }
 
-uploadArchives {
-    repositories {
-        mavenDeployer {
-            snapshotRepository(url: 'Your target repo address') {
-                authentication(userName: 'Your user name', password: 'Your password')
-            }
-            repository(url: 'Your target repo address') {
-                authentication(userName: 'Your user name', password: 'Your password')
-            }
-        }
-    }
-}
+//uploadArchives {

Review comment:
       remove it if no use anymore.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org