Skip to content

Commit

Permalink
CBDC-1078 remove kotlin projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Bisarnov committed Nov 13, 2023
1 parent 3f85059 commit 5eb8d05
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions projects/03-kotlin-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ buildscript {
mavenCentral()
gradlePluginPortal()
dependencies {
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.20'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21'
classpath 'jp.co.soramitsu:sora-plugin:+'
}
}
}

// this is how we apply plugin for local dev
apply plugin: 'jp.co.soramitsu.sora-plugin'
apply plugin: 'application'
Expand Down
2 changes: 1 addition & 1 deletion projects/04-kotlin-lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
mavenCentral()
gradlePluginPortal()
dependencies {
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.20'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21'
classpath 'jp.co.soramitsu:sora-plugin:+'
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/test/groovy/jp/co/soramitsu/devops/utils/TestUtils.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ class TestUtils extends Specification {

static final def apps = [
'01-java-app',
'03-kotlin-app',
// '03-kotlin-app',
'05-java-spring-app'
]

static final def libs = [
'02-java-lib',
'04-kotlin-lib',
// '04-kotlin-lib',
]

static final def projects = [
Expand Down

0 comments on commit 5eb8d05

Please sign in to comment.