From 277500e27010839e03659870bc5890f1535aa8c8 Mon Sep 17 00:00:00 2001 From: Adrien Hopkins Date: Sat, 22 May 2021 14:03:45 -0500 Subject: Gradle changes --- bin/.gitignore | 2 ++ bin/main/.gitignore | 5 ----- bin/test/.gitignore | 1 - build.gradle | 2 +- 4 files changed, 3 insertions(+), 7 deletions(-) create mode 100644 bin/.gitignore delete mode 100644 bin/main/.gitignore delete mode 100644 bin/test/.gitignore diff --git a/bin/.gitignore b/bin/.gitignore new file mode 100644 index 0000000..7eed456 --- /dev/null +++ b/bin/.gitignore @@ -0,0 +1,2 @@ +/main/ +/test/ diff --git a/bin/main/.gitignore b/bin/main/.gitignore deleted file mode 100644 index e5fcaae..0000000 --- a/bin/main/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -/about.txt -/org/ -/dimensionfile.txt -/metric_exceptions.txt -/unitsfile.txt diff --git a/bin/test/.gitignore b/bin/test/.gitignore deleted file mode 100644 index cf1db2e..0000000 --- a/bin/test/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/org/ diff --git a/build.gradle b/build.gradle index 1a2ef44..2922695 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ dependencies { jar { manifest { - attributes 'Main-Class': "org.unitConverter.converterGUI.UnitConverterGUI" + attributes 'Main-Class': mainClassName } } -- cgit v1.2.3