Skip to content
This repository was archived by the owner on Jun 18, 2020. It is now read-only.

Commit 9a728f5

Browse files
authored
Merge pull request #32 from OSSIndex/report-lockfile
Change the report writer to use file locks.
2 parents 8b8d9c6 + eece8f1 commit 9a728f5

File tree

3 files changed

+262
-181
lines changed

3 files changed

+262
-181
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212
}
1313

1414
group 'net.ossindex'
15-
version '0.4.5-beta'
15+
version '0.4.6-beta'
1616

1717
apply plugin: "com.gradle.plugin-publish"
1818
apply plugin: 'java'
@@ -57,7 +57,7 @@ dependencies {
5757
}
5858

5959
pluginBundle {
60-
website = 'http://www.ossindex.net/'
60+
website = 'https://ossindex.sonatype.org/'
6161
vcsUrl = 'https://github.com/ossindex/ossindex-gradle-plugin'
6262
description = 'Checks dependencies for known vulnerabilities'
6363
tags = ['cve', 'audit', 'security', 'dependencies']

0 commit comments

Comments
 (0)