File tree Expand file tree Collapse file tree 3 files changed +0
-28
lines changed Expand file tree Collapse file tree 3 files changed +0
-28
lines changed Original file line number Diff line number Diff line change 27
27
- name : Build with Gradle
28
28
run : ./gradlew -p springwolf-core build
29
29
30
- - name : Publish snapshot
31
- run : ./gradlew -p springwolf-core artifactoryPublish -Dbintray.user=$BINTRAY_USER -Dbintray.key=$BINTRAY_KEY -Dsnapshot=true -Dbuild.number=$GITHUB_RUN_NUMBER
32
- env :
33
- BINTRAY_USER : ${{ secrets.BINTRAY_USER }}
34
- BINTRAY_KEY : ${{ secrets.BINTRAY_KEY }}
35
-
36
30
- name : Run integration tests
37
31
run : ./gradlew -p springwolf-example test
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ plugins {
4
4
5
5
id ' maven-publish'
6
6
id ' com.jfrog.bintray' version ' 1.8.4'
7
- id ' com.jfrog.artifactory' version ' 4.13.0'
8
7
9
8
id ' org.springframework.boot' version ' 2.1.1.RELEASE'
10
9
id ' io.spring.dependency-management' version ' 1.0.6.RELEASE'
@@ -119,23 +118,3 @@ bintray {
119
118
}
120
119
}
121
120
}
122
-
123
- artifactory {
124
- contextUrl = ' http://oss.jfrog.org'
125
- publish {
126
- repository {
127
- repoKey = ' oss-snapshot-local'
128
- username = System . getProperty(' bintray.user' )
129
- password = System . getProperty(' bintray.key' )
130
- }
131
- defaults {
132
- publications(' mavenPublication' )
133
- publishArtifacts = true
134
- publishPom = true
135
- }
136
- }
137
- resolve {
138
- repoKey = ' jcenter'
139
- }
140
- clientConfig. info. setBuildNumber(System . getProperty(' build.number' ))
141
- }
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ version = rootProject.exampleVersion
13
13
repositories {
14
14
mavenCentral()
15
15
jcenter()
16
- maven { url ' https://oss.jfrog.org/artifactory/oss-snapshot-local' }
17
16
}
18
17
19
18
dependencies {
You can’t perform that action at this time.
0 commit comments