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
Left behind was `ConnectionFactory` as it is really a MapTool-specific tool for building connections and servers rather
than a part of the general client-server logic itself. Also pulled in was `Handshake` and `HandshakeObserver` since they
are used in the client-server and are an important part of the process (the implementations were left behind though).
Common build configurations wered moved into a `shared.gradle` file applied to the root project and
subprojects. Dependencies specific to the clientserver subproject were moved out of the root project to keep things
clear.
implementation group: 'org.apache.logging.log4j', name: 'log4j-1.2-api', version: '2.20.0'// Bridges v1 to v2 for other code in other libs
@@ -492,16 +470,6 @@ dependencies {
492
470
// Noise Generator
493
471
implementation 'com.github.cwisniew:NoiseLib:1.0.0'// The most recent version, 1.0.0 is build for a later java version: major version 55 is newer than 54, the highest major version supported by this compiler
0 commit comments