-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
65 additions
and
82 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
# Available idea versions: | ||
# https://www.jetbrains.com/intellij-repository/releases | ||
# https://www.jetbrains.com/intellij-repository/snapshots | ||
version=2020.1-snapshot | ||
|
||
ideaVersion=2020.1.1 | ||
javaVersion=1.8 | ||
kotlinVersion=1.3.72 | ||
kotlinApiVersion=1.3 | ||
pluginVersion=2020.3-SNAPSHOT | ||
ideaVersion=203-EAP-SNAPSHOT | ||
ijpVersion=0.6.1 | ||
javaVersion=11 | ||
kotlinVersion=1.4.10 | ||
kotlinApiVersion=1.4 | ||
clojureVersion=1.10.2-alpha3 | ||
cljsVersion=1.10.773 | ||
|
||
artifactsPath=build/artifacts | ||
org.gradle.jvmargs=-Xmx384m -Dfile.encoding=utf-8 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.3-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<idea-plugin> | ||
<id>org.jetbrains.idea.clojure</id> | ||
<version>2020.1-snapshot</version> | ||
<version>2020.3-SNAPSHOT</version> | ||
<vendor email="[email protected]">Greg Shrago</vendor> | ||
<idea-version since-build="201.6668"/> | ||
<idea-version since-build="203.5419"/> | ||
|
||
<name>Clojure-Kit</name> | ||
<description>Clojure and ClojureScript plugin for IntelliJ-based tools</description> | ||
|
@@ -15,9 +15,7 @@ | |
<change-notes> | ||
<![CDATA[ | ||
<ul> | ||
<li>formatter: missing newline after a line comment (#31)</li> | ||
<li>resolve: nested vectors in `require` (#33)</li> | ||
<li>platform: IntelliJ IDEA 2020.1</li> | ||
<li>platform: IntelliJ IDEA 2020.3</li> | ||
</ul> | ||
<a href="https://github.com/gregsh/Clojure-Kit/blob/master/CHANGELOG.md">Full change log...</a> | ||
]]> | ||
|