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.
2 parents f3eff77 + fcdffd4 commit a1e3f51Copy full SHA for a1e3f51
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 2.2.0 - 2018-08-29
2
+
3
+### Fixed
4
5
+- Avoid locking up server threads when rate limited by GitHub
6
7
8
## 2.1.0 - 2018-01-24
9
10
### Added
build.gradle
@@ -17,7 +17,7 @@
17
apply plugin: 'java'
18
apply from: 'plugin-common.gradle'
19
20
-project.ext.pluginVersion = '2.1.0'
+project.ext.pluginVersion = '2.2.0'
21
project.ext.fullVersion = project.distVersion ? "${project.pluginVersion}-${project.distVersion}" : project.pluginVersion
22
23
version = project.fullVersion
@@ -106,4 +106,4 @@ tasks.withType(Jar) { jarTask ->
106
'Target-Compatibility': project.targetCompatibility
107
)
108
}
109
-}
+}
0 commit comments