-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathsettings.gradle
More file actions
38 lines (36 loc) · 1015 Bytes
/
settings.gradle
File metadata and controls
38 lines (36 loc) · 1015 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
rootProject.name = 'KursJava'
include '01_metody'
include '02_obiekty'
include '03_pierwszy_program'
include '04_tablice'
include '05_petle'
include '06_typy_proste'
include '07_interfejsy'
include '08_dziedziczenie'
include '09_wyjatki'
include '10_obiekty'
include '11_konwersja_rzutowanie'
include '12_dodatkowe_zadania'
include '13_typy_generyczne'
include '14_porownywanie_obiektow'
include '15_kolekcje'
include '15_struktury_danych'
include '16_operacje_na_plikach'
include '17_manager_kontekstu'
include '18_serializacja'
include '19_typ_wyliczeniowy'
include '20_adnotacje'
include '21_klasy_wewnetrzne'
include '22_testy_jednostkowe'
include '23_wyrazenia_regularne'
include '24_wyrazenia_regularne'
include '25_linia_polecen'
include '26_lancuchy_znakow'
include '27_lancuchy_znakow_formatowanie'
include '28_wyrazenia_lambda'
include '29_modyfikatory_dostepu'
include '30_strumienie'
include '31_testy_jednostkowe_junit5'
include '32_format_json'
include '33_testy_z_mock_stub_spy'
include '34_watki'