Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
if: always()
with:
files: |
jdk/build/test-results/test/*.xml
basics/build/test-results/test/*.xml
FirstSteps/build/test-results/test/*.xml
JavaReleases/build/test-results/test/*.xml

- name: Set badge color
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion basics/README.md → FirstSteps/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Java Basics
# FirstSteps - Java Basics

## Description

Expand Down
2 changes: 1 addition & 1 deletion jdk/README.md → JavaReleases/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# JDK key features
# JavaReleases - Key features by version

## Description

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

## Description
**JavaLab** serves as an experimental playground and knowledge base for the Java programming language.
The goal of this project is to maintain a set of tests that explore various nuances and intricacies of Java code.
The goal of this project is to maintain a set of tests that explore various nuances and complexities of Java code.
Each test aims to provide clear examples and answers to common (and not-so-common) challenges developers face when working with Java.

## Modules

- **[JDK](jdk/README.md): JDK key features**
- **[BASICS](basics/README.md): Java basics**
- **[JavaReleases](JavaReleases/README.md): Key features by version**
- **[FirstSteps](FirstSteps/README.md): Java Basics**
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
rootProject.name = 'JavaLab'
include 'jdk', 'basics'
include 'JavaReleases', 'FirstSteps'
Loading