From 511fe144da142082a02b5a5b07e67bb76df1331e Mon Sep 17 00:00:00 2001 From: Adrien Hopkins Date: Tue, 15 Oct 2019 20:13:04 -0400 Subject: Finalized the removal of Maven from Unit Converter --- .classpath | 5 +++-- .gitlab-ci.yml | 14 -------------- CHANGELOG.org | 1 + 3 files changed, 4 insertions(+), 16 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.classpath b/.classpath index 8fc330a..12fc059 100644 --- a/.classpath +++ b/.classpath @@ -6,11 +6,12 @@ - + + - + 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. -- cgit v1.2.3