Skip to content

Commit 06589f5

Browse files
johnjohn
authored andcommitted
Build.gradle clean-up
1 parent 622d1d2 commit 06589f5

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

lib/build.gradle

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
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-
91
plugins {
102
// Apply the java-library plugin for API and implementation separation.
113
id 'application'
@@ -15,7 +7,6 @@ plugins {
157

168
}
179

18-
1910
sourceSets {
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 {
10593
application {
10694
// Define the main class for the application.
10795
mainClass = 'com.alignmentsystems.matching.App'
108-
}
96+
}

lib/version.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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

0 commit comments

Comments
 (0)