File tree 5 files changed +6
-34
lines changed
5 files changed +6
-34
lines changed Original file line number Diff line number Diff line change 6
6
build
7
7
8
8
.DS_Store
9
-
10
- .bintray.config
Original file line number Diff line number Diff line change 1
- plugins {
2
- id " com.jfrog.bintray" version " 1.8.4" apply false
3
- }
4
-
5
1
group ' com.logcapture'
6
2
version ' 1.2.1'
7
3
description = ' A testing library for assert logging messages.'
8
4
9
5
repositories {
10
- jcenter ()
6
+ mavenCentral ()
11
7
}
12
8
13
9
subprojects {
@@ -18,7 +14,7 @@ subprojects {
18
14
apply plugin : " jacoco"
19
15
20
16
repositories {
21
- jcenter ()
17
+ mavenCentral ()
22
18
}
23
19
24
20
test {
@@ -83,32 +79,10 @@ subprojects {
83
79
}
84
80
}
85
81
}
86
-
87
- apply plugin : ' com.jfrog.bintray'
88
-
89
- bintray {
90
- // dryRun = true
91
- user = project. hasProperty(' bintrayUser' ) ? project. property(' bintrayUser' ) : System . getenv(' BINTRAY_USER' )
92
- key = project. hasProperty(' bintrayApiKey' ) ? project. property(' bintrayApiKey' ) : System . getenv(' BINTRAY_API_KEY' )
93
-
94
- publications = [' MyPublication' ]
95
- pkg {
96
- repo = ' maven'
97
- name = project. name
98
- userOrg = ' jspcore'
99
- licenses = [' MIT' ]
100
- vcsUrl = ' https://github.com/jsalinaspolo/logcapture.git'
101
- version {
102
- name = " 1.2.1"
103
- vcsTag = " 1.2.1"
104
- released = new Date ()
105
- }
106
- }
107
- }
108
82
}
109
83
110
84
wrapper {
111
- gradleVersion = ' 6.7 '
85
+ gradleVersion = ' 6.8.3 '
112
86
distributionType = Wrapper.DistributionType . ALL
113
87
}
114
88
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.8.1 -all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.8.3 -all.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' org.jetbrains.kotlin.jvm' version ' 1.4.21 '
2
+ id ' org.jetbrains.kotlin.jvm' version ' 1.4.31 '
3
3
}
4
4
5
5
dependencies {
Original file line number Diff line number Diff line change 1
-
2
1
include ' logcapture-core' ,
3
2
' logcapture-junit4' ,
4
3
' logcapture-junit5' ,
@@ -11,3 +10,4 @@ rootProject.children.each { child ->
11
10
child. name = child. name - ~/ .*\\ / /
12
11
child. buildFileName = " ${ child.name} .gradle"
13
12
}
13
+
You can’t perform that action at this time.
0 commit comments