Skip to content

Commit ae175ca

Browse files
committed
kilka poprawek
- usunięcie kilku bibliotek z konfiguracji build.gradle - dodanie najnowszych wersji bibliotek do konfiguracji build.gradle - poprawka kilku literówek - ilość znaków w lini nie przekracza 121
1 parent 66c80fe commit ae175ca

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+973
-1124
lines changed

.gitignore

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Created by .ignore support plugin (hsz.mobi)
2+
### Java template
3+
# Compiled class file
4+
*.class
5+
6+
# Log file
7+
*.log
8+
9+
# BlueJ files
10+
*.ctxt
11+
12+
# Mobile Tools for Java (J2ME)
13+
.mtj.tmp/
14+
15+
# Package Files #
16+
*.jar
17+
*.war
18+
*.nar
19+
*.ear
20+
*.zip
21+
*.tar.gz
22+
*.rar
23+
24+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
25+
hs_err_pid*
26+
# other
27+
out/
28+
400 Bytes
Binary file not shown.
866 Bytes
Binary file not shown.
4.47 KB
Binary file not shown.
0 Bytes
Binary file not shown.

.idea/codeStyles/Project.xml

+28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/compiler.xml

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/dbnavigator.xml

+456
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/encodings.xml

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/Gradle__ch_qos_logback_logback_classic_1_1_7.xml

-11
This file was deleted.

.idea/libraries/Gradle__ch_qos_logback_logback_core_1_1_7.xml

-11
This file was deleted.

.idea/libraries/Gradle__com_fasterxml_jackson_core_jackson_core_2_8_8.xml .idea/libraries/Gradle__com_fasterxml_jackson_core_jackson_core_2_9_8.xml

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/Gradle__com_guigarage_ui_basics_0_7.xml

-11
This file was deleted.

.idea/libraries/Gradle__junit_junit_4_11.xml .idea/libraries/Gradle__junit_junit_4_13_beta_2.xml

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/Gradle__org_projectlombok_lombok_1_16_10.xml

-11
This file was deleted.

.idea/libraries/Gradle__org_projectlombok_lombok_1_18_6.xml

+11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/Gradle__org_slf4j_slf4j_api_1_7_20.xml

-11
This file was deleted.

.idea/modules.xml

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules/java8-workshops_main.iml

-19
This file was deleted.

.idea/modules/java8-workshops_test.iml

-23
This file was deleted.

.idea/modules/klolo-javastream.iml

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules/klolo-javastream_main.iml

+14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules/klolo-javastream_test.iml

+18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)