changed mainClassName to fr.packageviewer.Main in gradle

This commit is contained in:
Thomas Rubini 2022-12-09 21:31:10 +01:00
parent bb899d7fc9
commit 08a53e05d0
No known key found for this signature in database
GPG Key ID: C7D287C8C1CAC373

View File

@ -6,7 +6,7 @@ plugins {
group 'fr.amu.puit'
version '1.0-SNAPSHOT'
mainClassName = 'fr.amu.puit.Main'
mainClassName = 'fr.packageviewer.Main'
jar{
manifest {