<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>earu</author_name>
  <author_url>https://blog.hatena.ne.jp/earu/</author_url>
  <blog_title>ソフトウェアエンジニアの雑記</blog_title>
  <blog_url>https://k-sasaki.net/</blog_url>
  <categories>
    <anon>gradle</anon>
  </categories>
  <description>久々にgradleさわってたら、 &lt;&lt; のエイリアスがdeprecatedになってた。Gradle 5.0で削除されるようです。 こんなメッセージが... The Task.leftShift(Closure) method has been deprecated and is scheduled to be removed in Gradle 5.0. 仕方ない。言われたとおり直しましょう。 &lt;&lt;をつかったタスクはこんな感じのがあります。 task sampleTask &lt;&lt; { // 処理 } 上記の処理はこんな感じに書き直します。 task sampleTask { doLast { /…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fk-sasaki.net%2Fentry%2F2017%2F01%2F09%2F021421&quot; title=&quot;gradleで &amp;lt;&amp;lt; オペレータが非推奨になってた件... - ソフトウェアエンジニアの雑記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2017-01-09 02:14:21</published>
  <title>gradleで &lt;&lt; オペレータが非推奨になってた件...</title>
  <type>rich</type>
  <url>https://k-sasaki.net/entry/2017/01/09/021421</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
