summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.classpath5
-rw-r--r--.gitlab-ci.yml14
-rw-r--r--CHANGELOG.org1
3 files changed, 4 insertions, 16 deletions
diff --git a/.classpath b/.classpath
index 8fc330a..12fc059 100644
--- a/.classpath
+++ b/.classpath
@@ -6,11 +6,12 @@
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
- <classpathentry kind="src" output="target/classes" path="src">
+ <classpathentry kind="src" path="src">
<attributes>
+ <attribute name="test" value="true"/>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
- <classpathentry kind="output" path="target/classes"/>
+ <classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
deleted file mode 100644
index 7c2efb0..0000000
--- a/.gitlab-ci.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-# attempt at ci
-
-image: maven:3-jdk-8
-
-
-build:
- stage: build
- script: "mvn clean -B"
- script: "mvn compile -B"
-
-
-test:
- stage: test
- script: "mvn verify"
diff --git a/CHANGELOG.org b/CHANGELOG.org
index 1a49709..6c78f27 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -7,6 +7,7 @@ All notable changes in this project will be shown in this file.
- Added a static factory to create nonlinear units to the Unit interface
*** Changed
- You can now use tabs or spaces to separate unit names and their definitions in unit files.
+ - Unit Converter no longer uses Maven.
** v0.2.0 - [2019-04-14]
*** Added
- A selection-based unit converter which allows you to select two units, input a value, and convert.