Skip to content

Commit e64ded5

Browse files
committed
docs: use latest structure
1 parent aa0bef3 commit e64ded5

4 files changed

Lines changed: 10 additions & 8 deletions

File tree

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,9 @@ build/
5959
build
6060

6161
.DS_Store
62-
.vscode
62+
.vscode
63+
64+
ecosystem/
65+
scratch_pad/
66+
journal/
67+
applications/

.tool-versions

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
java temurin-24.0.0+36
2+
gradle 8.13

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
![build status](https://github.com/praisetompane/java/actions/workflows/java.yaml/badge.svg) <br>
44

55
## Objectives
6-
- An in-depth study of:
7-
- Java's Compiler.
8-
- Java's language design, implementation and ecosystem.
6+
- Notes: The Java Programming Language
97

108
## Language Details
119
- [language specification](https://docs.oracle.com/javase/specs/)
@@ -29,9 +27,6 @@
2927
- [developer contribution guide]()
3028
- history:
3129

32-
## Testing
33-
- [JUnit](https://junit.org/junit5/)
34-
3530
## Use Cases
3631
- [Applications of Java]()
3732

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ echo "installing java"
88
asdf install java $VERSION
99
echo "done"
1010

11-
echo "set latest version to system wide version"
11+
echo "set version"
1212
asdf set java $VERSION
1313
echo "done"
1414

0 commit comments

Comments
 (0)