Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Building from source with 1.0.0-incubating.M3.RC2, I get this error when using the gradlew wrapper.
apache-geode-src-1.0.0-incubating.M3> ./gradlew build
Unable to locate gradle-wrapper.properties. Not at /tmp/release_check/dist.apache.org/repos/dist/dev/incubator/geode/1.0.0-incubating.M3.RC2/apache-geode-src-1.0.0-incubating.M3/gradle/wrapper/gradle-wrapper.properties or /tmp/release_check/dist.apache.org/repos/dist/dev/incubator/geode/1.0.0-incubating.M3.RC2/apache-geode-src-1.0.0-incubating.M3/gradle/wrapper/gradle-wrapper.properties
It looks like this is probably due to 1fdcdb2840dd7c646f3f6ddc53e5b388c5b59c9b, because we added "exclude '**/wrapper'" to the source distribution.