Skip to content
This repository was archived by the owner on Jul 26, 2019. It is now read-only.

Commit efe7ccc

Browse files
committed
publish changed build.gradle
1 parent 237baf0 commit efe7ccc

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

build.gradle

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ plugins{
33
id 'java-library'
44
id 'idea'
55
id 'maven-publish'
6+
id 'maven'
67
}
78

89
group = 'com.andre601'
@@ -63,12 +64,12 @@ bintray{
6364
publishing{
6465
publications{
6566
JavaBotBlockAPIRelease(MavenPublication){
66-
from = components.java
67-
groupId = group
68-
artifactId = archivesBaseName
69-
version = version
70-
artifact = javadocJar
71-
artifact = sourcesJar
67+
from components.java
68+
groupId group
69+
artifactId archivesBaseName
70+
version version
71+
artifact javadocJar
72+
artifact sourcesJar
7273
}
7374
}
7475
}

0 commit comments

Comments
 (0)