Remove Gradle deprecation warnings (#246)

Gradle 4.10.2 issues deprecation warnings. Based on the Gradle
documentation, enable the STABLE_PUBLISHING feature preview to
fix this. This is essentially a no-op as no Maven publications
are published.
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
pull/2/head
Jussi Virtanen 6 years ago committed by Adrian Sutton
parent b365294590
commit ef9162bebd
  1. 2
      settings.gradle

@ -11,6 +11,8 @@
* specific language governing permissions and limitations under the License.
*/
enableFeaturePreview('STABLE_PUBLISHING')
rootProject.name='pantheon'
include 'acceptance-tests'
include 'consensus'

Loading…
Cancel
Save