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よくわからんから脱する/Gradle Getting Started
Search
yukana
August 28, 2024
Programming
0
57
Gradleよくわからんから脱する/Gradle Getting Started
yukana
August 28, 2024
Tweet
Share
More Decks by yukana
See All by yukana
DBアクセスを伴う自動テストを書くときのプラクティス/Practices When Writing Automated Tests with DB Access
yukana
1
60
Nice to haveな気づきに向き合う / Facing Nice to Have Awareness
yukana
1
42
ユニットテスト実行を 45% 高速化した Repository テスト戦略 / Repository Test Strategy Speeds up Unit Test
yukana
5
1.8k
Other Decks in Programming
See All in Programming
iOS 17で追加されたSubscriptionStoreView を利用して5分でサブスク実装チャレンジ
natmark
0
420
私はどうやって技術力を上げたのか
yusukebe
41
16k
Repenser les filtres API Platform: une nouvelle syntaxe
vinceamstoutz
2
150
Introducing ReActionView: A new ActionView-Compatible ERB Engine @ Kaigi on Rails 2025, Tokyo, Japan
marcoroth
3
670
高度なUI/UXこそHotwireで作ろう Kaigi on Rails 2025
naofumi
4
2.3k
Local Peer-to-Peer APIはどのように使われていくのか?
hal_spidernight
2
410
メモリ不足との戦い〜大量データを扱うアプリでの実践例〜
kwzr
1
640
半自動E2Eで手っ取り早くリグレッションテストを効率化しよう
beryu
6
2.3k
そのpreloadは必要?見過ごされたpreloadが技術的負債として爆発した日
mugitti9
2
2.5k
uniqueパッケージの内部実装を支えるweak pointerの話
magavel
0
790
パフォーマンスチューニングで Web 技術を深掘り直す
progfay
18
4.8k
Platformに“ちょうどいい”責務ってどこ? 関心の熱さにあわせて考える、責務分担のプラクティス
estie
2
510
Featured
See All Featured
Measuring & Analyzing Core Web Vitals
bluesmoon
9
600
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.9k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
GitHub's CSS Performance
jonrohan
1032
460k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
188
55k
Designing Experiences People Love
moore
142
24k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.6k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Principles of Awesome APIs and How to Build Them.
keavy
127
17k
Site-Speed That Sticks
csswizardry
10
870
Building an army of robots
kneath
306
46k
Embracing the Ebb and Flow
colly
88
4.8k
Transcript
Gradleよくわからんから脱する BABY JOB 株式会社 第7回 社内LT 2024/08/28 西牧 佑哉
誰でも決済の環境構築前の私 • Gradleをなんとなくで使っている • バージョンや記事によって書き方が違って、何がいいのかわからない • ビルドが通らなくなった時に調査や修正ができない 2
いろんな記事や解説も見たけど... • 結局公式ドキュメントを読むのがよかった • Gradleは公式ドキュメントが充実している 3
どこから見ればいいか? • Getting Started ◦ Gradle Core Conceptsを読んで、Gradle Tutorialやる ◦
基本的なことは理解できる ▪ Gradleの全体像 ▪ プラグイン ▪ 依存関係 ▪ タスク ▪ ビルドキャッシュ 4
どこから見ればいいか? • マルチプロジェクト周り ◦ Multi-Project Build Basics ◦ Sharing Build
Logic between Subprojects ◦ Sharing build logic between subprojects Sample 5
ドキュメント読もう! 6