Skip to content

Commit 86110b0

Browse files
committedJun 19, 2021
switch to the latest intellij annotations
1 parent ea0e056 commit 86110b0

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed
 

‎.idea/libraries/org_jetbrains_annotations_Latest.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ repositories {
2929
mavenCentral()
3030
}
3131

32+
dependencies {
33+
compileOnly 'org.jetbrains:annotations:21.0.1'
34+
}
35+
3236
sourceSets {
3337
main {
3438
java.srcDirs 'src', 'gen'

‎grammar-kit.iml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<excludeFolder url="file://$MODULE_DIR$/build" />
1313
<excludeFolder url="file://$MODULE_DIR$/build-lightpsi" />
1414
</content>
15+
<orderEntry type="library" name="org.jetbrains:annotations:Latest" level="project" />
1516
<orderEntry type="inheritedJdk" />
1617
<orderEntry type="sourceFolder" forTests="false" />
17-
<orderEntry type="library" name="org.jetbrains:annotations:Latest" level="project" />
1818
</component>
1919
</module>

0 commit comments

Comments
 (0)
Please sign in to comment.