<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>java, on @cescoferraro</title>
    <link>https://www.cescoferraro.com/tags/java/</link>
    <description>Recent content in java, on @cescoferraro</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-US</language>
    <lastBuildDate>Thu, 21 Sep 2017 03:55:41 -0300</lastBuildDate><atom:link href="https://www.cescoferraro.com/tags/java/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Using Gradle with Play framework</title>
      <link>https://www.cescoferraro.com/blog/using-gradle-with-play-framework/</link>
      <pubDate>Thu, 21 Sep 2017 03:55:41 -0300</pubDate>
      
      <guid>https://www.cescoferraro.com/blog/using-gradle-with-play-framework/</guid>
      <description>Basic Play Framework gradle configuration. It uses 4 plugins. Play plugin needs the java one. The other 2 are IDE specific.
apply plugin: &amp;#39;java&amp;#39; apply plugin: &amp;#39;play&amp;#39; apply plugin: &amp;#39;idea&amp;#39; apply plugin: &amp;#39;eclipse&amp;#39; Where the play plugins lives!
repositories { mavenCentral() jcenter() maven { name &amp;#34;typesafe-maven-release&amp;#34; url &amp;#34;https://repo.typesafe.com/typesafe/maven-releases&amp;#34; } ivy { name &amp;#34;typesafe-ivy-release&amp;#34; url &amp;#34;https://repo.typesafe.com/typesafe/ivy-releases&amp;#34; layout &amp;#34;ivy&amp;#34; } } The dependencies of the project.
Note the some of them are duplicates because Eclipse could not find the play dependencie at the classpath</description>
    </item>
    
  </channel>
</rss>
