We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 056ee63 commit 92c4a85Copy full SHA for 92c4a85
lib/types/application/ApplicationFormatter.js
@@ -22,7 +22,7 @@ class ApplicationFormatter extends AbstractUi5Formatter {
22
23
project.metadata.namespace = await this.getNamespace();
24
25
- if (project.specVersion === "1.1a") {
+ if (project.specVersion === "2.2a") {
26
try {
27
project.metadata.abapUri = await this.getAbapUri();
28
} catch (err) {
lib/types/library/LibraryFormatter.js
@@ -55,7 +55,7 @@ class LibraryFormatter extends AbstractUi5Formatter {
55
log.verbose(err.message);
56
}
57
58
59
60
61
0 commit comments