Skip to content

Commit

Permalink
switch to the latest intellij annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsh committed Jun 19, 2021
1 parent ea0e056 commit 86110b0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .idea/libraries/org_jetbrains_annotations_Latest.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ repositories {
mavenCentral()
}

dependencies {
compileOnly 'org.jetbrains:annotations:21.0.1'
}

sourceSets {
main {
java.srcDirs 'src', 'gen'
Expand Down
2 changes: 1 addition & 1 deletion grammar-kit.iml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<excludeFolder url="file://$MODULE_DIR$/build" />
<excludeFolder url="file://$MODULE_DIR$/build-lightpsi" />
</content>
<orderEntry type="library" name="org.jetbrains:annotations:Latest" level="project" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="org.jetbrains:annotations:Latest" level="project" />
</component>
</module>

0 comments on commit 86110b0

Please sign in to comment.