mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
java decompiler - added dependency to jetbrains-annotations
GitOrigin-RevId: 86cb94e900f8b1d99031f458ea66531be9158295
This commit is contained in:
committed by
intellij-monorepo-bot
parent
3c4274e59d
commit
cc2ba89abf
@@ -13,6 +13,7 @@ sourceSets {
|
||||
|
||||
repositories { mavenCentral() }
|
||||
dependencies {
|
||||
implementation 'org.jetbrains:annotations:20.1.0'
|
||||
testImplementation 'junit:junit:4.12'
|
||||
testImplementation 'org.assertj:assertj-core:3.12.2'
|
||||
}
|
||||
|
||||
@@ -10,5 +10,6 @@
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="library" scope="TEST" name="JUnit4" level="project" />
|
||||
<orderEntry type="library" scope="TEST" name="assertJ" level="project" />
|
||||
<orderEntry type="library" name="jetbrains-annotations" level="project" />
|
||||
</component>
|
||||
</module>
|
||||
Reference in New Issue
Block a user