mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 15:53:36 +01:00
modify the plugin version to 0.0.2 in README
Former-commit-id: aab6f65c20e565647a7fd91f04af63aeedeab32f
This commit is contained in:
@@ -29,7 +29,7 @@ buildscript {
|
||||
}
|
||||
dependencies {
|
||||
classpath(
|
||||
'com.tools.security:dependency-check:0.0.1'
|
||||
'com.tools.security:dependency-check:0.0.2'
|
||||
)
|
||||
}
|
||||
}
|
||||
@@ -47,7 +47,7 @@ buildscript {
|
||||
// }
|
||||
|
||||
plugins {
|
||||
id "dependency.check" version "0.0.1"
|
||||
id "dependency.check" version "0.0.2"
|
||||
}
|
||||
|
||||
// apply plugin: ...
|
||||
@@ -63,7 +63,7 @@ buildscript {
|
||||
}
|
||||
}
|
||||
dependencies {
|
||||
classpath "gradle.plugin.com.tools.security:dependency-check:0.0.1"
|
||||
classpath "gradle.plugin.com.tools.security:dependency-check:0.0.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -80,7 +80,7 @@ buildscript {
|
||||
}
|
||||
}
|
||||
dependencies {
|
||||
classpath "gradle.plugin.com.tools.security:dependency-check:0.0.1"
|
||||
classpath "gradle.plugin.com.tools.security:dependency-check:0.0.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -106,7 +106,7 @@ buildscript {
|
||||
}
|
||||
}
|
||||
dependencies {
|
||||
classpath "gradle.plugin.com.tools.security:dependency-check:0.0.1"
|
||||
classpath "gradle.plugin.com.tools.security:dependency-check:0.0.2"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user