Skip to content

Commit

Permalink
Publishing version.
Browse files Browse the repository at this point in the history
  • Loading branch information
gchallen committed Feb 23, 2021
1 parent 4455ed7 commit 028e50c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ allprojects {
}
subprojects {
group = "com.github.cs125-illinois.jenisol"
version = "2021.2.5"
version = "2021.2.6"
tasks.withType<JavaCompile> {
options.compilerArgs.add("-parameters")
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2021.2.5
version=2021.2.6
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import io.kotest.core.spec.style.StringSpec
import io.kotest.matchers.shouldBe

class KotlinTest {
@Suppress("UNUSED_PARAMETER")
fun method(first: Int, second: String): Int {
return first
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-all.zip

0 comments on commit 028e50c

Please sign in to comment.