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
39
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
45
Nice to haveな気づきに向き合う / Facing Nice to Have Awareness
yukana
1
27
ユニットテスト実行を 45% 高速化した Repository テスト戦略 / Repository Test Strategy Speeds up Unit Test
yukana
5
1.6k
Other Decks in Programming
See All in Programming
Lottieアニメーションをカスタマイズしてみた
tahia910
0
130
GitHub Actions × RAGでコードレビューの検証の結果
sho_000
0
270
Conform を推す - Advocating for Conform
mizoguchicoji
3
700
DROBEの生成AI活用事例 with AWS
ippey
0
130
メンテが命: PHPフレームワークのコンテナ化とアップグレード戦略
shunta27
0
150
法律の脱レガシーに学ぶフロントエンド刷新
oguemon
5
740
ペアーズでの、Langfuseを中心とした評価ドリブンなリリースサイクルのご紹介
fukubaka0825
2
330
Linux && Docker 研修/Linux && Docker training
forrep
24
4.5k
Pulsar2 を雰囲気で使ってみよう
anoken
0
240
『GO』アプリ データ基盤のログ収集システムコスト削減
mot_techtalk
0
130
ARA Ansible for the teams
kksat
0
150
How mixi2 Uses TiDB for SNS Scalability and Performance
kanmo
38
15k
Featured
See All Featured
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
21
2.5k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
133
33k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
160
15k
Typedesign – Prime Four
hannesfritz
40
2.5k
Unsuck your backbone
ammeep
669
57k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5.2k
Designing on Purpose - Digital PM Summit 2013
jponch
117
7.1k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
49
2.3k
It's Worth the Effort
3n
184
28k
Done Done
chrislema
182
16k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
40
2k
Docker and Python
trallard
44
3.3k
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