Do not use name in SBT, it is confusing IntelliJ on Windows (fails to import the project)

This commit is contained in:
Jarek Sacha 2023-05-24 23:25:32 -04:00
parent 8f6f1bbda5
commit 010e278318
No known key found for this signature in database
GPG key ID: F29625CE62288163

View file

@ -1,5 +1,5 @@
scalaVersion := "3.2.2"
name := "IJP-ImageJ-Launcher"
//name := "IJP-ImageJ-Launcher"
version := "0.1.0"
versionScheme := Some("early-semver")
organization := "net.sf.ij-plugins"