File tree Expand file tree Collapse file tree 4 files changed +53
-0
lines changed
atomicfu-gradle-plugin/src/test/resources/projects Expand file tree Collapse file tree 4 files changed +53
-0
lines changed Original file line number Diff line number Diff line change 4
4
5
5
apply plugin : ' kotlinx-atomicfu'
6
6
apply plugin : ' base'
7
+
8
+ buildscript {
9
+ repositories {
10
+ maven { url " https://teamcity.jetbrains.com/guestAuth/app/rest/builds/id:1907319/artifacts/content/maven" }
11
+ }
12
+
13
+ }
14
+
15
+ allprojects {
16
+ repositories {
17
+ maven { url " https://teamcity.jetbrains.com/guestAuth/app/rest/builds/id:1907319/artifacts/content/maven" }
18
+ }
19
+ }
Original file line number Diff line number Diff line change 5
5
apply plugin : ' kotlinx-atomicfu'
6
6
apply plugin : ' kotlin2js'
7
7
8
+ buildscript {
9
+ repositories {
10
+ maven { url " https://teamcity.jetbrains.com/guestAuth/app/rest/builds/id:1907319/artifacts/content/maven" }
11
+ }
12
+
13
+ }
14
+
15
+ allprojects {
16
+ repositories {
17
+ maven { url " https://teamcity.jetbrains.com/guestAuth/app/rest/builds/id:1907319/artifacts/content/maven" }
18
+ }
19
+ }
20
+
8
21
dependencies {
9
22
compileOnly atomicfuJs
10
23
testRuntime atomicfuJs
Original file line number Diff line number Diff line change 5
5
apply plugin : ' kotlinx-atomicfu'
6
6
apply plugin : ' kotlin'
7
7
8
+ buildscript {
9
+ repositories {
10
+ maven { url " https://teamcity.jetbrains.com/guestAuth/app/rest/builds/id:1907319/artifacts/content/maven" }
11
+ }
12
+
13
+ }
14
+
15
+ allprojects {
16
+ repositories {
17
+ maven { url " https://teamcity.jetbrains.com/guestAuth/app/rest/builds/id:1907319/artifacts/content/maven" }
18
+ }
19
+ }
20
+
8
21
dependencies {
9
22
compileOnly atomicfuJvm
10
23
testRuntime atomicfuJvm
Original file line number Diff line number Diff line change 5
5
apply plugin : ' kotlinx-atomicfu'
6
6
apply plugin : ' kotlin-multiplatform'
7
7
8
+ buildscript {
9
+ repositories {
10
+ maven { url " https://teamcity.jetbrains.com/guestAuth/app/rest/builds/id:1907319/artifacts/content/maven" }
11
+ }
12
+
13
+ }
14
+
15
+ allprojects {
16
+ repositories {
17
+ maven { url " https://teamcity.jetbrains.com/guestAuth/app/rest/builds/id:1907319/artifacts/content/maven" }
18
+ }
19
+ }
20
+
21
+
8
22
kotlin {
9
23
targets {
10
24
fromPreset(presets. jvm, ' jvm' )
You can’t perform that action at this time.
0 commit comments