diff --git a/devfile.yaml b/devfile.yaml index 851e8e3..a9fe71d 100644 --- a/devfile.yaml +++ b/devfile.yaml @@ -3,8 +3,8 @@ metadata: name: java-springboot version: 1.1.0 attributes: - alpha.build-context: . - alpha.build-dockerfile: docker/Dockerfile + alpha.build-context: . + alpha.build-dockerfile: docker/Dockerfile displayName: Java Spring Boot description: Java Spring Boot using Maven tags: ["Java", "Spring"] @@ -16,7 +16,7 @@ starterProjects: remotes: origin: "https://github.com/odo-devfiles/springboot-ex.git" components: - - name: buildguidance + - name: buildguidance attributes: tool: console-import container: @@ -60,4 +60,4 @@ commands: commandLine: "java -Xdebug -Xrunjdwp:server=y,transport=dt_socket,address=${DEBUG_PORT},suspend=n -jar target/*.jar" group: kind: debug - isDefault: true \ No newline at end of file + isDefault: true