Skip to content
Snippets Groups Projects
Commit 04709ea7 authored by vkovtun's avatar vkovtun
Browse files

Revert "SSDM-12747 Fixing failing dependency on node-gradle plugin."

This reverts commit 5a92f586.
parent d4912b3f
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
buildscript {
apply from: '../gradle/repository.gradle'
repositories {
ivy {
ivyPattern "https://sissource.ethz.ch/openbis/openbis-public/openbis-ivy/-/raw/main/[organisation]/[module]/[revision]/ivy.xml"
artifactPattern "https://sissource.ethz.ch/openbis/openbis-public/openbis-ivy/-/raw/main/[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]"
}
}
dependencies {
classpath 'com.fasterxml.jackson.core:jackson-core:2.13.3',
'com.fasterxml.jackson.core:jackson-databind:2.13.3',
'com.github.node-gradle:gradle-node-plugin:3.2.1'
}
plugins {
id "com.github.node-gradle.node" version "3.2.1"
}
configure(allprojects) {
apply plugin:'base'
repositories {
mavenCentral()
}
}
apply plugin: "com.github.node-gradle.node"
node {
download = true
version = '10.22.0'
......
......@@ -3,17 +3,18 @@ buildscript {
repositories repositoryConfig
dependencies {
classpath 'apache:commons-codec:1.10',
'owasp:dependency-check-gradle:6.2.2',
'paleozogt:symzip-plugin:0.10.1',
'com.github.node-gradle:gradle-node-plugin:3.2.1'
}
dependencies {
classpath 'apache:commons-codec:1.10',
'owasp:dependency-check-gradle:6.2.2',
'paleozogt:symzip-plugin:0.10.1'
}
}
plugins {
id "com.github.node-gradle.node" version "3.2.1"
}
apply plugin: org.owasp.dependencycheck.gradle.DependencyCheckPlugin
apply plugin: "org.paleozogt.symzip"
apply plugin: "com.github.node-gradle.node"
dependencyCheck {
failBuildOnCVSS = 7 // 0 - 4 = low, 4 - 7 = medium, 7 - 9 = high, 9-10 = critical
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment