Skip to content

Commit faacc24

Browse files
committed
Version 1.0.2 with automatic package publication and javaDoc publication
1 parent ffa5d63 commit faacc24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ plugins {
3131
group = 'io.github.jonasschaub'
3232
archivesBaseName = 'ART2a-Clustering-for-Java'
3333
//see also version for publishing below!
34-
version = '1.0.1.0'
34+
version = '1.0.2.0'
3535

3636
//sourceCompatibility = 1.17
3737

@@ -98,8 +98,8 @@ publishing {
9898

9999
groupId = 'io.github.jonasschaub'
100100
artifactId = 'ART2a-Clustering-for-Java'
101-
//note: this version has been published, do not try to publish it again! version 1.0.1.1 was also already used for publishing!
102-
version = '1.0.1.0'
101+
//note: this version has been published, do not try to publish it again! versions 1.0.1.0 and 1.0.1.1 were also already used for publishing!
102+
version = '1.0.2.0'
103103

104104
from components.java
105105

0 commit comments

Comments
 (0)