Skip to content

Commit

Permalink
Simplify .cdsrc.json
Browse files Browse the repository at this point in the history
- The `target: "."` is automatically coming with profile `java`
- The `java` profile is auto-assigned if a `pom.xml` is found

→ We can simplify the config here even further
  • Loading branch information
swaldmann authored Oct 27, 2023
1 parent d4b11c8 commit f6c59d3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .cdsrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,5 @@
"extensibility": true,
"toggles": true
},
"build": {
"target": "."
},
"profiles": [
"with-mtx-sidecar",
"java"
]
"profile": "with-mtx-sidecar"
}

0 comments on commit f6c59d3

Please sign in to comment.