mirror of
https://github.com/gradle/actions.git
synced 2025-12-08 17:15:46 +08:00
Emit deprecation warning for 'gradle-build-action'
This commit is contained in:
@@ -10,7 +10,8 @@ import {
|
||||
CacheConfig,
|
||||
DependencyGraphConfig,
|
||||
DependencyGraphOption,
|
||||
GradleExecutionConfig
|
||||
GradleExecutionConfig,
|
||||
setActionId
|
||||
} from '../configuration'
|
||||
import {saveDeprecationState} from '../deprecation-collector'
|
||||
|
||||
@@ -19,6 +20,8 @@ import {saveDeprecationState} from '../deprecation-collector'
|
||||
*/
|
||||
export async function run(): Promise<void> {
|
||||
try {
|
||||
setActionId('gradle/actions/dependency-submission')
|
||||
|
||||
// Configure Gradle environment (Gradle User Home)
|
||||
await setupGradle.setup(new CacheConfig(), new BuildScanConfig())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user