Skip to content

Commit 83908ca

Browse files
committed
Upgraded minimatch-nashorn to 1.0.1 to mitigate jimkyndemeyer/minimatch-nashorn#1 (#164)
1 parent d56c472 commit 83908ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ task generateGraphQLEndpointDocParser(type: GenerateParser) {
112112
}
113113

114114
task downloadMinimatchNashorn(type: Download) {
115-
src 'https://raw.githubusercontent.com/jimkyndemeyer/minimatch-nashorn/1.0.0/dist/minimatch-nashorn.js'
115+
src 'https://raw.githubusercontent.com/jimkyndemeyer/minimatch-nashorn/1.0.1/dist/minimatch-nashorn.js'
116116
dest 'resources/META-INF'
117117
overwrite false
118118
}

0 commit comments

Comments
 (0)