You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, we're continuing to enjoy TheBridge. Just wanted to point out a minor problem.
As you're aware, there are Maven releases and snapshots of TheBridge available on your site. Unlike buildbattle, murdermystery and villagedefense, you have camel-cased TheBridge on both releases and snapshots. This means new projects depending on TheBridge must first use <artifactId>TheBridge</artifactId> in their pom.xml for Maven to download the dependency, and then change it to <artifactId>thebridge</artifactId> to be able to import classes. Tested with IntelliJ and Java 16.
The text was updated successfully, but these errors were encountered:
Hello, we're continuing to enjoy TheBridge. Just wanted to point out a minor problem.
As you're aware, there are Maven releases and snapshots of TheBridge available on your site. Unlike
buildbattle
,murdermystery
andvillagedefense
, you have camel-casedTheBridge
on both releases and snapshots. This means new projects depending on TheBridge must first use<artifactId>TheBridge</artifactId>
in their pom.xml for Maven to download the dependency, and then change it to<artifactId>thebridge</artifactId>
to be able to import classes. Tested with IntelliJ and Java 16.The text was updated successfully, but these errors were encountered: