Rename 'generateAotSources' task to processAot'
See gh-31918
This commit is contained in:
@@ -8,8 +8,8 @@ dependencies {
|
||||
implementation project(":library")
|
||||
}
|
||||
|
||||
task('generateAotSourcesClasspath') {
|
||||
task('processAotClasspath') {
|
||||
doFirst {
|
||||
tasks.findByName('generateAotSources').classpath.files.each { println it }
|
||||
tasks.findByName('processAot').classpath.files.each { println it }
|
||||
}
|
||||
}
|
||||
@@ -12,8 +12,8 @@ dependencies {
|
||||
implementation "org.hibernate.orm:hibernate-core:6.1.1.Final"
|
||||
}
|
||||
|
||||
task('generateAotSourcesClasspath') {
|
||||
task('processAotClasspath') {
|
||||
doFirst {
|
||||
tasks.findByName('generateAotSources').classpath.files.each { println it }
|
||||
tasks.findByName('processAot').classpath.files.each { println it }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user