File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17+ import com.google.firebase.dataconnect.gradle.plugin.DataConnectExecutableVersionsRegistry
1718import com.google.firebase.dataconnect.gradle.plugin.UpdateDataConnectExecutableVersionsTask
1819import org.gradle.kotlin.dsl.withType
1920import org.jetbrains.kotlin.gradle.dsl.JvmTarget
@@ -171,10 +172,7 @@ tasks.withType<KotlinJvmCompile>().configureEach {
171172// updates the JSON file with their sizes and hashes.
172173tasks.register<UpdateDataConnectExecutableVersionsTask >(" updateJson" ) {
173174 jsonFile.set(
174- file(
175- " gradleplugin/plugin/src/main/resources/com/google/firebase/dataconnect/gradle/" +
176- " plugin/DataConnectExecutableVersions.json"
177- )
175+ file(" gradleplugin/plugin/src/main/resources/${DataConnectExecutableVersionsRegistry .PATH } " )
178176 )
179177 workDirectory.set(project.layout.buildDirectory.dir(" updateJson" ))
180178}
You can’t perform that action at this time.
0 commit comments