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 dcccfc4 commit f85ccceCopy full SHA for f85ccce
lib/proxyConfiguration.js
@@ -41,9 +41,9 @@ async function getConfigurationForProject(tree) {
41
}
42
43
mapProjectDependencies(tree, (project) => {
44
- if (project.specVersion !== "1.1a") {
+ if (project.specVersion !== "2.2a") {
45
log.warn(`Project ${project.metadata.name} defines specification version ${project.specVersion}. ` +
46
- `Some proxy configuration features require projects to define specification version 1.1a`);
+ `Some proxy configuration features require projects to define specification version 2.2a`);
47
48
log.verbose(`Using ABAP URI ${project.metadata.abapUri} from metadata of project ${project.metadata.name}`);
49
let prefix = "";
0 commit comments