bugfixed file

This commit is contained in:
ori agranat
2019-11-18 21:59:04 +02:00
parent 53926697c1
commit faa59c4157
3 changed files with 10 additions and 13 deletions

View File

@@ -6,8 +6,8 @@ jobs:
steps:
- checkout
- run:
name: changing directory
command: |
name: changing directory
command: |
cd chameleon-client
- run:
name: installing dependencies
@@ -18,8 +18,8 @@ jobs:
command: |
npm run build
- store_artifacts:
path: chameleon-client/dist
build_jar:
path: chameleon-client/dist
build_java:
docker:
- image: maven:3.6.2-jdk-12
steps:

6
.gitignore vendored
View File

@@ -111,3 +111,9 @@ Main/target
New client/chameleon-client/node_modules/
Main/dependency-reduced-pom.xml
Main/src/main/java/META-INF
Main/.settings/org.eclipse.jdt.core.prefs
Main/.classpath
Main/.project

View File

@@ -1,9 +0,0 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.targetPlatform=12
org.eclipse.jdt.core.compiler.compliance=12
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore
org.eclipse.jdt.core.compiler.processAnnotations=disabled
org.eclipse.jdt.core.compiler.release=enabled
org.eclipse.jdt.core.compiler.source=12