File tree Expand file tree Collapse file tree 3 files changed +10
-11
lines changed Expand file tree Collapse file tree 3 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 33
33
with :
34
34
args : publish
35
35
env :
36
- ORG_GRADLE_PROJECT_publishUser : ${{ secrets.BINTRAY_USER }}
37
- ORG_GRADLE_PROJECT_publishApiKey : ${{ secrets.BINTRAY_API_KEY }}
38
-
39
-
36
+ ORG_GRADLE_PROJECT_artifactory_contextUrl : ${{ secrets.ARTIFACTORY_CONTEXT_URL }}
37
+ ORG_GRADLE_PROJECT_artifactory_user : ${{ secrets.ARTIFACTORY_PUBLISH_USER }}
38
+ ORG_GRADLE_PROJECT_artifactory_password : ${{ secrets.ARTIFACTORY_PUBLISH_TOKEN }}
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ import org.hypertrace.gradle.publishing.License.APACHE_2_0
2
2
3
3
plugins {
4
4
`java- gradle- plugin`
5
- id(" org.hypertrace.repository-plugin" ) version " 0.2.1 "
6
- id(" org.hypertrace.ci-utils-plugin" ) version " 0.1.1 "
7
- id(" org.hypertrace.publish-plugin" ) version " 0.3.1 "
5
+ id(" org.hypertrace.repository-plugin" ) version " 0.4.0 "
6
+ id(" org.hypertrace.ci-utils-plugin" ) version " 0.3.0 "
7
+ id(" org.hypertrace.publish-plugin" ) version " 1.0.2 "
8
8
}
9
9
10
10
group = " org.hypertrace.gradle.code.style"
15
15
}
16
16
17
17
dependencies {
18
- api(" com.diffplug.spotless:spotless-plugin-gradle:5.11.0 " )
18
+ api(" com.diffplug.spotless:spotless-plugin-gradle:5.11.1 " )
19
19
}
20
20
21
21
gradlePlugin {
@@ -29,4 +29,4 @@ gradlePlugin {
29
29
30
30
hypertracePublish {
31
31
license.set(APACHE_2_0 )
32
- }
32
+ }
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ pluginManagement {
3
3
mavenLocal()
4
4
gradlePluginPortal()
5
5
maven {
6
- url = uri(" https://dl.bintray.com/hypertrace /maven" )
6
+ url = uri(" https://hypertrace.jfrog.io/artifactory /maven" )
7
7
}
8
8
}
9
9
}
10
10
11
11
plugins {
12
- id(" org.hypertrace.version-settings" ) version " 0.1.1 "
12
+ id(" org.hypertrace.version-settings" ) version " 0.2.0 "
13
13
}
14
14
15
15
rootProject.name = " hypertrace-gradle-code-style-plugin"
You can’t perform that action at this time.
0 commit comments