Skip to content

Commit

Permalink
Add comment to assignment (#670)
Browse files Browse the repository at this point in the history
Assignment appears to be unused but it required for relative versioning between modules to work.
  • Loading branch information
rossbacher authored and elihart committed Jan 31, 2019
1 parent 2de36ba commit da50a4c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gradle/gradle-maven-push.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
* limitations under the License.
*/

// Though this appears to be unused, it is used so that relative version dependencies
// between the projects work.
apply plugin: 'maven'
apply plugin: 'signing'

Expand Down Expand Up @@ -195,4 +197,4 @@ afterEvaluate { project ->
archives javadocJar
}
}
}
}

0 comments on commit da50a4c

Please sign in to comment.