<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>eiryu9</author_name>
  <author_url>https://blog.hatena.ne.jp/eiryu9/</author_url>
  <blog_title>コードつれづれ</blog_title>
  <blog_url>https://eiryu.hatenablog.com/</blog_url>
  <categories>
    <anon>Gradle</anon>
  </categories>
  <description>※Gradle 1.12にて実施 やりたかったのは、プロパティ e で指定された環境用のファイルをコピーすること。 最初は以下のように書いた。 apply plugin: 'base' task copySettings(type: Copy) { doFirst { if(!project.hasProperty('e')){ throw new InvalidUserDataException(&quot;Input 'e'!&quot;) } } from &quot;settings/$project.e&quot; into 'build' } プロパティ e を指定しないで実行すると以下のようなエラー。 eiryus-M…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Feiryu.hatenablog.com%2Fentry%2F2014%2F05%2F11%2F193211&quot; title=&quot;Gradleハマりメモ 〜環境ごとのファイルコピー篇〜 - コードつれづれ&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>2014-05-11 19:32:11</published>
  <title>Gradleハマりメモ 〜環境ごとのファイルコピー篇〜</title>
  <type>rich</type>
  <url>https://eiryu.hatenablog.com/entry/2014/05/11/193211</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
