Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Gradleというビルドツールのお話。
Search
kiharekato
May 28, 2016
Technology
0
1.1k
Gradleというビルドツールのお話。
kiharekato
May 28, 2016
Tweet
Share
Other Decks in Technology
See All in Technology
ソフトウェアエンジニアの生成AI活用と、これから
lycorptech_jp
PRO
0
890
webpack依存からの脱却!快適フロントエンド開発をViteで実現する #vuefes
bengo4com
3
3.2k
Copilot Studio ハンズオン - 生成オーケストレーションモード
tomoyasasakimskk
0
220
Introdução a Service Mesh usando o Istio
aeciopires
1
280
初めてのDatabricks Apps開発
taka_aki
1
360
コンパウンド組織のCRE #cre_meetup
layerx
PRO
1
260
Contract One Engineering Unit 紹介資料
sansan33
PRO
0
9k
OSSで50の競合と戦うためにやったこと
yamadashy
3
970
【SORACOM UG Explorer 2025】さらなる10年へ ~ SORACOM MVC 発表
soracom
PRO
0
130
HonoとJSXを使って管理画面をサクッと型安全に作ろう
diggymo
0
170
アウトプットから始めるOSSコントリビューション 〜eslint-plugin-vueの場合〜 #vuefes
bengo4com
3
1.7k
Azure Well-Architected Framework入門
tomokusaba
1
110
Featured
See All Featured
Six Lessons from altMBA
skipperchong
29
4k
Statistics for Hackers
jakevdp
799
220k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
31
9.7k
Stop Working from a Prison Cell
hatefulcrawdad
272
21k
YesSQL, Process and Tooling at Scale
rocio
173
15k
Into the Great Unknown - MozCon
thekraken
40
2.1k
Principles of Awesome APIs and How to Build Them.
keavy
127
17k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
21
1.2k
What's in a price? How to price your products and services
michaelherold
246
12k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.5k
Reflections from 52 weeks, 52 projects
jeffersonlam
353
21k
Build The Right Thing And Hit Your Dates
maggiecrowley
38
2.9k
Transcript
Gradleというビルドツールのお話。
まずは!なんで? Gradle? • Android の公式ビルドツール • ぼちぼちやらないとまずいと思い、この機会に勉強 • 最近行った勉強会でプラグインを魅せられて、いいなと思った。
Gradleについてざっくり • Groovy という言語で記述(※ Java に非常に似ている。) • タスク( or Project
)という単位でまとまって、実行する処理をまとめる。 • 依存関係をスッキリさせることができる。 • Maven Repository を使える。 • マルチ処理ができるので高速(なはず。)※ 個 PC 差あり。 • Gradle を Project に埋め込めるので、チーム開発がしやすい。
Gradle User Guide
多分コードを見たほうがいいので、デモ。
他のAndroidビルドツールで 近々正式発表されそうなもの
Bazel
Kotlin + Bazel? : Kotlin
今年の年末年始のAndorid界隈は 慌ただしそうだなと。