Skip to content

Commit

Permalink
advance versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsh committed Jun 2, 2021
1 parent b3d5a07 commit daa67f9
Show file tree
Hide file tree
Showing 7 changed files with 960 additions and 963 deletions.
2 changes: 1 addition & 1 deletion .idea/libraries/Clojure.xml

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

24 changes: 5 additions & 19 deletions .idea/libraries/ClojureScript.xml

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

8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ idea.module {
}
apply plugin: "org.jetbrains.intellij"
intellij {
version ideaVersion
type "IC"
plugins 'copyright', 'java'
updateSinceUntilBuild false
version = ideaVersion
type = "IC"
plugins = ['copyright', 'java']
updateSinceUntilBuild = false
downloadSources = false
}
buildSearchableOptions.enabled = false
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

pluginVersion=2020.3.2-SNAPSHOT
ideaVersion=203-EAP-SNAPSHOT
ijpVersion=0.6.5
ijpVersion=1.0
javaVersion=11
kotlinVersion=1.4.10
kotlinApiVersion=1.4
clojureVersion=1.10.3-rc1
cljsVersion=1.10.773
clojureVersion=1.11.0-alpha1
cljsVersion=1.10.866

artifactsPath=build/artifacts
org.gradle.jvmargs=-Xmx384m -Dfile.encoding=utf-8
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
16 changes: 8 additions & 8 deletions testData/highlighting/ClojureLang.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ clojure/core.clj 0 errors, 8 warnings, 13 dynamic
81422: dynamic 'deref'
103704: dynamic 'nth'
121947: dynamic 'close'
176038: dynamic 'offer'
179245: dynamic 'visitParameterAnnotation'
179401: dynamic 'visitAnnotation'
179571: dynamic 'visitEnd'
191886: dynamic 'hasRoot'
235554: dynamic 'getProperty'
236086: dynamic 'contains'
177193: dynamic 'offer'
180400: dynamic 'visitParameterAnnotation'
180556: dynamic 'visitAnnotation'
180726: dynamic 'visitEnd'
193041: dynamic 'hasRoot'
236709: dynamic 'getProperty'
237241: dynamic 'contains'
clojure/core/protocols.clj 0 errors, 0 warnings, 0 dynamic
clojure/core/reducers.clj 0 errors, 0 warnings, 0 dynamic
clojure/core/server.clj 0 errors, 0 warnings, 2 dynamic
Expand Down Expand Up @@ -351,4 +351,4 @@ clojure/spec/gen/alpha.clj 0 errors, 116 warnings, 0 dynamic
6536: unable to resolve 'ratio'
6688: unable to resolve 'elements'
clojure/spec/test/alpha.clj 0 errors, 0 warnings, 0 dynamic
Total: 229 warnings, 77 dynamic in 47 files (865.71 kB)
Total: 229 warnings, 77 dynamic in 47 files (866.87 kB)
Loading

0 comments on commit daa67f9

Please sign in to comment.