| | |
| | | ) |
| | | } |
| | | |
| | | subprojects { |
| | | ext.depVersions = ['commonsio': '2.8.0', dep2: '2.0'] |
| | | } |
| | | |
| | | test { |
| | | useJUnitPlatform() |
| | | } |
| | | } |
| | | |
| | | wrapper { |
| | | gradleVersion = '4.10.2' |
| | | gradleVersion = '6.8.3' |
| | | } |
| | | //buildscript { |
| | | // ext.kotlin_version = '1.4.32-release-371' |
| | | // repositories { |
| | | // mavenCentral() |
| | | // } |
| | | // dependencies { |
| | | // classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" |
| | | // } |
| | | //} |
| | | //apply plugin: 'kotlin' |
| | | //repositories { |
| | | // mavenCentral() |
| | | //} |
| | | //dependencies { |
| | | // implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" |
| | | //} |
| | | //compileKotlin { |
| | | // kotlinOptions { |
| | | // jvmTarget = "1.8" |
| | | // } |
| | | //} |
| | | //compileTestKotlin { |
| | | // kotlinOptions { |
| | | // jvmTarget = "1.8" |
| | | // } |
| | | //} |