File tree Expand file tree Collapse file tree 2 files changed +3
-15
lines changed
Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Original file line number Diff line number Diff line change 1- /*
2- * This file was generated by the Gradle 'init' task.
3- *
4- * This generated file contains a sample Java library project to get you started.
5- * For more details take a look at the 'Building Java & JVM projects' chapter in the Gradle
6- * User Manual available at https://docs.gradle.org/8.1.1/userguide/building_java_projects.html
7- */
8-
91plugins {
102 // Apply the java-library plugin for API and implementation separation.
113 id ' application'
@@ -15,7 +7,6 @@ plugins {
157
168}
179
18-
1910sourceSets {
2011 main {
2112 java {
@@ -89,10 +80,7 @@ dependencies {
8980 implementation(' org.quickfixj:quickfixj-core:2.3.1' )
9081 implementation(' org.quickfixj:quickfixj-messages:2.3.1' )
9182 implementation(" ch.qos.logback:logback-core:+" )
92-
9383 implementation(" org.slf4j:slf4j-api:+" )
94- // implementation 'org.apache.mina:mina-core:2.1.3'
95- // api 'org.apache.mina:mina-core:2.1.3'
9684}
9785
9886// Apply a specific Java toolchain to ease working on different environments.
@@ -105,4 +93,4 @@ java {
10593application {
10694 // Define the main class for the application.
10795 mainClass = ' com.alignmentsystems.matching.App'
108- }
96+ }
Original file line number Diff line number Diff line change 1- # Tue Sep 05 12:25:53 AEST 2023
2- VERSION_BUILD =377
1+ # Tue Sep 05 12:42:57 AEST 2023
2+ VERSION_BUILD =379
You can’t perform that action at this time.
0 commit comments