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 d56c472 commit 83908caCopy full SHA for 83908ca
build.gradle
@@ -112,7 +112,7 @@ task generateGraphQLEndpointDocParser(type: GenerateParser) {
112
}
113
114
task downloadMinimatchNashorn(type: Download) {
115
- src 'https://raw.githubusercontent.com/jimkyndemeyer/minimatch-nashorn/1.0.0/dist/minimatch-nashorn.js'
+ src 'https://raw.githubusercontent.com/jimkyndemeyer/minimatch-nashorn/1.0.1/dist/minimatch-nashorn.js'
116
dest 'resources/META-INF'
117
overwrite false
118
0 commit comments