Skip to content

Commit

Permalink
Update version to 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pambrose committed May 19, 2021
1 parent 86d87c3 commit a5eda86
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ ext {
allprojects {
description = 'ReadingBat Core'
group 'com.github.readingbat'
version '1.11.1'
version '1.12.0'

apply plugin: 'application'
apply plugin: 'maven' // required for jitpack.io install
Expand Down
6 changes: 3 additions & 3 deletions readingbat-core/src/main/kotlin/Content.kt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ val dslContent =

python {
//repo = GitHubRepo(Organization, "readingbat", "readingbat-core")
//branchName = "1.11.1"
//branchName = "1.12.0"
repo = FileSystemSource("./")
srcPath = "python"

Expand All @@ -125,7 +125,7 @@ val dslContent =
java {
repo = GitHubRepo(Organization, "readingbat", "readingbat-core")
srcPath = "readingbat-core/src/test/java"
branchName = "1.11.1"
branchName = "1.12.0"

group("Java Tests") {
packageName = "com.github.readingbat.test_content"
Expand All @@ -141,7 +141,7 @@ val dslContent =
kotlin {
repo = GitHubRepo(Organization, "readingbat", "readingbat-core")
srcPath = "readingbat-core/src/test/kotlin"
branchName = "1.11.1"
branchName = "1.12.0"

group("Kotlin Tests") {
packageName = "com.github.readingbat.test_content"
Expand Down
2 changes: 1 addition & 1 deletion readingbat-core/src/test/kotlin/TestData.kt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ object TestData {
readingBatContent {
python {
//repo = GitHubRepo(OwnerType.Organization, "readingbat", "readingbat-core")
//branchName = "1.11.1"
//branchName = "1.12.0"
repo = FileSystemSource("../")
srcPath = "python"

Expand Down

0 comments on commit a5eda86

Please sign in to comment.