Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
Revert "gradle: fix how GitConfig plugin obtains the config"
Browse files Browse the repository at this point in the history
This reverts commit d0f220b.
  • Loading branch information
jvff committed Jan 9, 2018
1 parent aff45ad commit e08d5c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class GitConfigExtension {
private Config config

GitConfigExtension(Project project) {
project.rootProject.plugins.withId('org.ajoberstar.grgit') {
project.plugins.withId('org.ajoberstar.grgit') {
this.setConfig(project.grgit.repository.jgit.repository.config)
}
}
Expand Down

0 comments on commit e08d5c8

Please sign in to comment.