Skip to content

Commit

Permalink
Add Gradle version check to prevent usage of deprecated settingsFile …
Browse files Browse the repository at this point in the history
…property
  • Loading branch information
IRus committed Jul 8, 2024
1 parent de5ca59 commit 1a63261
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ import org.gradle.api.Task
import org.gradle.api.plugins.BasePlugin
import org.gradle.api.tasks.GradleBuild
import org.gradle.api.tasks.TaskState
import org.gradle.util.GradleVersion

class ReleasePlugin extends PluginHelper implements Plugin<Project> {

Expand Down

0 comments on commit 1a63261

Please sign in to comment.