use jetcheck 0.2.1 which doesn't leak threads

This commit is contained in:
peter
2018-10-10 11:22:44 +02:00
parent 7af0b5b5c4
commit 8f53b5f624
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,12 +1,12 @@
<component name="libraryTable">
<library name="jetCheck" type="repository">
<properties include-transitive-deps="false" maven-id="com.github.jetbrains:jetCheck:0.2" />
<properties include-transitive-deps="false" maven-id="com.github.jetbrains:jetCheck:0.2.1" />
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/com/github/jetbrains/jetCheck/0.2/jetCheck-0.2.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/com/github/jetbrains/jetCheck/0.2.1/jetCheck-0.2.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/com/github/jetbrains/jetCheck/0.2/jetCheck-0.2-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/com/github/jetbrains/jetCheck/0.2.1/jetCheck-0.2.1-sources.jar!/" />
</SOURCES>
</library>
</component>
@@ -237,7 +237,7 @@ class CommunityLibraryLicenses {
url: "https://github.com/JetBrains/java-annotations"),
new LibraryLicense(name: "JetBrains Annotations for Java 5", libraryName: "jetbrains-annotations-java5", version: "16.0.1",
license: "Apache 2.0", url: "https://github.com/JetBrains/java-annotations"),
new LibraryLicense(name: "jetCheck", libraryName: "jetCheck", version: "0.2", license: "Apache 2.0",
new LibraryLicense(name: "jetCheck", libraryName: "jetCheck", version: "0.2.1", license: "Apache 2.0",
url: "https://github.com/JetBrains/jetCheck"),
new LibraryLicense(name: "JGit", libraryName: "jgit", version: "4.0", license: "Eclipse Distribution License 1.0",
licenseUrl: "http://www.eclipse.org/org/documents/edl-v10.php", url: "https://eclipse.org/jgit/"),