Skip to content

Commit cba9ae1

Browse files
author
Jeremy Silver
committed
Renumber lesson 2
1 parent 92ca9c7 commit cba9ae1

File tree

20 files changed

+1
-1
lines changed

20 files changed

+1
-1
lines changed

2.09-Demo-Configurations/build.gradle renamed to 2.08-Demo-Configurations/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
33
Different dependencies may be needed at different times in the build process.
4-
Logicially realted dependencies are grouped into configurations. So far we've
4+
Logically related dependencies are grouped into configurations. So far we've
55
been adding dependencies to the 'compile' configuration, but the Java plugin
66
creates other configurations as well, such as runtime, testCompile and
77
testRuntime. The Java plugin ensures that the specified dependencies are on

0 commit comments

Comments
 (0)