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
63
Nice to haveな気づきに向き合う / Facing Nice to Have Awareness
yukana
1
46
ユニットテスト実行を 45% 高速化した Repository テスト戦略 / Repository Test Strategy Speeds up Unit Test
yukana
5
1.8k
Other Decks in Programming
See All in Programming
イベントストーミングのはじめかた / Getting Started with Event Storming
nrslib
1
290
Designing Repeatable Edits: The Architecture of . in Vim
satorunooshie
0
260
ボトムアップの生成AI活用を推進する社内AIエージェント開発
aku11i
0
1.6k
Introducing RemoteCompose: break your UI out of the app sandbox.
camaelon
2
540
オフライン対応!Flutterアプリに全文検索エンジンを実装する @FlutterKaigi2025
itsmedreamwalker
1
170
CSC509 Lecture 10
javiergs
PRO
0
170
CSC509 Lecture 11
javiergs
PRO
0
300
HTTPじゃ遅すぎる! SwitchBotを自作ハブで動かして学ぶBLE通信
occhi
0
230
Nitro v3
kazupon
2
270
Inside of Swift Export
giginet
PRO
1
530
Snowflake リリースに注意を払いたくなる話
masaaya
0
100
The Missing Link in Angular's Signal Story: Resource API and httpResource
manfredsteyer
PRO
0
110
Featured
See All Featured
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
249
1.3M
Building a Modern Day E-commerce SEO Strategy
aleyda
45
8k
4 Signs Your Business is Dying
shpigford
186
22k
Navigating Team Friction
lara
190
15k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.2k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
34
2.3k
Building Applications with DynamoDB
mza
96
6.7k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
54k
Building a Scalable Design System with Sketch
lauravandoore
463
33k
Making Projects Easy
brettharned
120
6.4k
Building Adaptive Systems
keathley
44
2.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