Revision: 2990
http://sourceforge.net/p/swingme/code/2990
Author: yuranet
Date: 2025-12-28 13:36:31 +0000 (Sun, 28 Dec 2025)
Log Message:
-----------
fix desktop build
Modified Paths:
--------------
SwingMETest/desktop/build.gradle
Modified: SwingMETest/desktop/build.gradle
===================================================================
--- SwingMETest/desktop/build.gradle 2025-12-28 13:26:31 UTC (rev 2989)
+++ SwingMETest/desktop/build.gradle 2025-12-28 13:36:31 UTC (rev 2990)
@@ -8,7 +8,9 @@
targetCompatibility = JavaVersion.VERSION_1_8
}
-archivesBaseName = 'SwingMETest'
+// can not do this as this is already name of root project
+// and then one jar with override the other one, so we will lose one
+//archivesBaseName = 'SwingMETest'
application {
mainClassName = 'org.me4se.MIDletRunner'
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|