Skip to content

Commit 25eb83c

Browse files
author
Uladzimir Zhuraulevich
committed
not fixed version
1 parent f42c1c2 commit 25eb83c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ buildscript {
1313
classpath fileTree(dir: '../build/libs',
1414
includes: ['gradle-swagger-plugin-*.jar'])
1515
// swagger
16-
classpath group: 'io.swagger', name: 'swagger-core', version: '1.5.10'
17-
classpath group: 'com.github.kongchen', name: 'swagger-maven-plugin', version: '3.1.4'
16+
classpath group: 'io.swagger', name: 'swagger-core', version: '1.5.+'
17+
classpath group: 'com.github.kongchen', name: 'swagger-maven-plugin', version: '3.1.+'
1818
}
1919
}
2020

0 commit comments

Comments
 (0)