Skip to content

Commit

Permalink
Compile with intellj
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Aug 27, 2019
1 parent 84436d7 commit 0df8ab3
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ snap/.snapcraft/
ui/

# IntelliJ IDEA
.idea/
.idea/*
!.idea/runConfigurations/
*.ipr
*.iml

Expand Down
13 changes: 13 additions & 0 deletions .idea/runConfigurations/JabRef_Main.xml

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

6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,11 @@ dependencies {
compile group: 'jakarta.xml.bind', name: 'jakarta.xml.bind-api', version: '2.3.2'
compile group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '2.3.2'

compile 'com.github.tomtung:latex2unicode_2.12:0.2.6'
compile ('com.github.tomtung:latex2unicode_2.12:0.2.6') {
exclude module: 'fastparse_2.12'
}

errorprone 'com.google.errorprone:error_prone_core:2.3.2'
//errorprone 'com.google.errorprone:error_prone_core:2.3.2'

compile group: 'com.microsoft.azure', name: 'applicationinsights-core', version: '2.4.1'
compile group: 'com.microsoft.azure', name: 'applicationinsights-logging-log4j2', version: '2.4.1'
Expand Down

0 comments on commit 0df8ab3

Please sign in to comment.