Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

Commit

Permalink
Update IJ version to 2021.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ysthakur committed Sep 25, 2021
1 parent 8d83c5a commit 066d7c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/build/*
/bin/
/build/
/.idea
/.gradle/5.2.1/executionHistory
/.gradle/
/.settings/

!build/libs/
.classpath
.project
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'org.jetbrains.kotlin.jvm' version '1.5.0'
}

def ideaVersion = '2021.2.2'
def ideaVersion = '2021.3.2'
def pluginVersion = '0.5.0a'

group 'edu.team449'
Expand Down

0 comments on commit 066d7c8

Please sign in to comment.