Skip to content

Commit

Permalink
removed CopyScreenshotsTask
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham7109 committed Dec 26, 2024
1 parent 80da229 commit 4acaaa2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 67 deletions.
2 changes: 0 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ plugins {
alias(libs.plugins.kotlin.serialization)
alias(libs.plugins.gradle.secrets)
alias(libs.plugins.sample.files.copy)
alias(libs.plugins.screenshots.copy)
alias(libs.plugins.ksp)
}

tasks.named("preBuild").configure { dependsOn("copyCodeFiles") }
tasks.named("preBuild").configure { dependsOn("copyScreenshots") }

secrets {
// this file doesn't contain secrets, it just provides defaults which can be committed into git.
Expand Down
5 changes: 0 additions & 5 deletions gradle-plugins/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,5 @@ gradlePlugin {
version = "1.0"
implementationClass = "com.arcgismaps.CopySampleFilesTask"
}
create("copyScreenshots") {
id = "com.arcgismaps.screenshots.copy"
version = "1.0"
implementationClass = "com.arcgismaps.CopyScreenshotsTask"
}
}
}

This file was deleted.

1 change: 0 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,3 @@ arcgismaps-android-library-compose = { id = "arcgismaps.android.library.compose"
arcgismaps-android-library = { id = "arcgismaps.android.library", version = "unspecified" }
arcgismaps-kotlin-sample = { id = "arcgismaps.kotlin.sample", version = "unspecified" }
sample-files-copy = { id = "com.arcgismaps.sampleFiles.copy", version = "unspecified" }
screenshots-copy = { id = "com.arcgismaps.screenshots.copy", version = "unspecified" }

0 comments on commit 4acaaa2

Please sign in to comment.