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
56
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
58
Nice to haveな気づきに向き合う / Facing Nice to Have Awareness
yukana
1
42
ユニットテスト実行を 45% 高速化した Repository テスト戦略 / Repository Test Strategy Speeds up Unit Test
yukana
5
1.7k
Other Decks in Programming
See All in Programming
decksh - a little language for decks
ajstarks
4
21k
テスターからテストエンジニアへ ~新米テストエンジニアが歩んだ9ヶ月振り返り~
non0113
2
250
構文解析器入門
ydah
7
2k
「次に何を学べばいいか分からない」あなたへ──若手エンジニアのための学習地図
panda_program
3
710
構造化・自動化・ガードレール - Vibe Coding実践記 -
tonegawa07
0
170
副作用と戦う PHP リファクタリング ─ ドメインイベントでビジネスロジックを解きほぐす
kajitack
3
520
あまり知られていない MCP 仕様たち / MCP specifications that aren’t widely known
ktr_0731
0
220
PHPUnitの限界をPlaywrightで補完するテストアプローチ
yuzneri
0
370
はじめてのWeb API体験 ー 飲食店検索アプリを作ろうー
akinko_0915
0
180
Amazon Q CLI開発で学んだAIコーディングツールの使い方
licux
3
170
DynamoDBは怖くない!〜テーブル設計の勘所とテスト戦略〜
hyamazaki
0
180
なぜあなたのオブザーバビリティ導入は頓挫するのか
ryota_hnk
5
560
Featured
See All Featured
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
139
34k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
182
54k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
790
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
332
22k
Docker and Python
trallard
45
3.5k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
Code Reviewing Like a Champion
maltzj
524
40k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.6k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.8k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
35
2.5k
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