We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 180e034 commit 638630eCopy full SHA for 638630e
CITATION.cff
@@ -21,4 +21,4 @@ authors:
21
orcid: "https://orcid.org/0000-0003-0722-4229"
22
date-released: 2023-06-23
23
url: "https://github.com/JonasSchaub/ART2a-Clustering-for-Java"
24
-license: GNU General Public License v3.0
+license: GPL-3.0
build.gradle
@@ -21,9 +21,6 @@
plugins {
id 'application'
}
-application {
25
- mainClassName = 'de.unijena.cheminf.clustering.art2a.main.Main'
26
-}
27
28
group 'de.unijena.cheminf.clustering.art2a'
29
version '1.0.0.0'
0 commit comments