java decompiler - added dependency to jetbrains-annotations

GitOrigin-RevId: 86cb94e900f8b1d99031f458ea66531be9158295
This commit is contained in:
Ilyas Selimov
2021-12-15 15:18:24 +07:00
committed by intellij-monorepo-bot
parent 3c4274e59d
commit cc2ba89abf
2 changed files with 2 additions and 0 deletions

View File

@@ -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'
}

View File

@@ -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>