Skip to content

Commit 8ae8dc3

Browse files
committed
Changed project setup to gradle build system
1 parent 79ab7fd commit 8ae8dc3

File tree

131 files changed

+413
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+413
-5
lines changed

.gitattributes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#
2+
# https://help.github.com/articles/dealing-with-line-endings/
3+
#
4+
# These are explicitly windows files and should use crlf
5+
*.bat text eol=crlf
6+

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,9 @@ manual/dna-manual.pdf
1717
manual/sample.TXT
1818
DNA/bin
1919
output
20+
21+
# Ignore Gradle project-specific cache directory
22+
.gradle
23+
24+
# Ignore Gradle build output directory
25+
build

DNA/META-INF/MANIFEST.MF

Lines changed: 0 additions & 3 deletions
This file was deleted.

DNA/lib/HikariCP-5.0.0.jar

-158 KB
Binary file not shown.

DNA/lib/JRI.jar

-82.4 KB
Binary file not shown.

DNA/lib/LGoodDatePicker-11.2.1.jar

-331 KB
Binary file not shown.

DNA/lib/commons-logging-1.2.jar

-60.4 KB
Binary file not shown.

DNA/lib/commons-pool2-2.11.1.jar

-142 KB
Binary file not shown.

DNA/lib/gson-2.8.5.jar

-236 KB
Binary file not shown.

DNA/lib/jasypt-1.9.3.jar

-139 KB
Binary file not shown.

0 commit comments

Comments
 (0)