Skip to content

Commit

Permalink
Fixed developer info in build file
Browse files Browse the repository at this point in the history
  • Loading branch information
marcanpilami committed Mar 13, 2022
1 parent a166074 commit e63f246
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions enioka_scan/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ afterEvaluate {
developerConnection = 'scm:git:ssh://github.com/enioka/enioka_scan.git'
url = 'https://github.com/enioka/enioka_scan/tree/master'
}
developers {
developer {
id = 'mag'
name = 'Marc-Antoine Gouillart'
email = 'mag@enioka.com'
}
}
}
}
}
Expand Down

0 comments on commit e63f246

Please sign in to comment.