Skip to content

Commit

Permalink
more precise comment
Browse files Browse the repository at this point in the history
  • Loading branch information
augi committed Feb 28, 2019
1 parent 069e857 commit 5574193
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package com.avast.gradle.dockercompose

import groovy.transform.Immutable

// @Immutable annotation generates a code that uses classes from Groovy library.
// @Immutable annotation generates a code that uses ImmutableASTTransformation class from Groovy library.
// When compiling for Gradle 5+ (so Groovy 2.5+) then the generated code uses a new method that was added in Groovy 2.5.
// Therefore this method is not available in Groovy 2.4, so in Gradle 4.x.
// So we disabled the @Immutable annotations because we want to support also Gradle 4.x users.
Expand Down

0 comments on commit 5574193

Please sign in to comment.