mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
use jetcheck 0.2.1 which doesn't leak threads
This commit is contained in:
Generated
+3
-3
@@ -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>
|
||||
+1
-1
@@ -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/"),
|
||||
|
||||
Reference in New Issue
Block a user