Skip to content

Commit 67ffd28

Browse files
author
Abduqodiri Qurbonzoda
committed
Separate benchmarks-libraries and kotlinx-collections-immutable projects
1 parent 86cc083 commit 67ffd28

File tree

5 files changed

+27
-3
lines changed

5 files changed

+27
-3
lines changed

benchmarks-libraries/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ plugins {
44
}
55

66
repositories {
7+
mavenLocal()
78
mavenCentral()
89
jcenter()
910
maven { url 'http://nexus.usethesource.io/content/repositories/public/' }
@@ -12,9 +13,10 @@ repositories {
1213
dependencies {
1314
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
1415

15-
implementation project(path: ':kotlinx-collections-immutable')
16+
implementation 'org.jetbrains.kotlinx:kotlinx-collections-immutable:0.1-SNAPSHOT'
1617
implementation 'io.usethesource:capsule:0.6.1'
1718
implementation 'org.organicdesign:Paguro:3.1.2'
19+
implementation 'com.oath.cyclops:cyclops:10.3.0'
1820
}
1921

2022
compileKotlin {
Binary file not shown.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#Tue Jun 11 01:45:01 MSK 2019
2+
distributionBase=GRADLE_USER_HOME
3+
distributionPath=wrapper/dists
4+
zipStoreBase=GRADLE_USER_HOME
5+
zipStorePath=wrapper/dists
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10-all.zip

benchmarks-libraries/settings.gradle

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/*
2+
* Copyright 2016-2019 JetBrains s.r.o.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
17+
rootProject.name = 'Collection Frameworks Benchmarks'

settings.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
rootProject.name = 'Kotlin Immutable Collections'
22
include ':pcollections'
33
include ':kotlinx-collections-immutable'
4-
include ':kotlinx-collections-immutable:tests'
5-
include ':benchmarks-libraries'
4+
include ':kotlinx-collections-immutable:tests'

0 commit comments

Comments
 (0)