Skip to content

Commit

Permalink
🔥 Remove vestigial files from java provider (#12)
Browse files Browse the repository at this point in the history
* Remove hardcoded version <-- this should have been done when merging
the repos.
* Remove redundant .github, .gitignore, .editorconfig, and pom.xml files
* Fix formatting in README.md
  • Loading branch information
gilday authored Jan 26, 2023
1 parent 4da69fc commit c5675ca
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 712 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ source.
```
3. Initialize Submodules

```shell
git submodule init
git submodule update
```
```shell
git submodule init
git submodule update
```

4. Configure JFrog Artifactory Authentication by adding the following properties to your Gradle home gradle.properties (typically `$HOME/.gradle/gradle.properties`):
```
Expand Down
16 changes: 0 additions & 16 deletions languages/java/.editorconfig

This file was deleted.

1 change: 0 additions & 1 deletion languages/java/.github/badges/branches.svg

This file was deleted.

1 change: 0 additions & 1 deletion languages/java/.github/badges/jacoco.svg

This file was deleted.

65 changes: 0 additions & 65 deletions languages/java/.github/workflows/build.yml

This file was deleted.

41 changes: 0 additions & 41 deletions languages/java/.github/workflows/publish.yml

This file was deleted.

60 changes: 0 additions & 60 deletions languages/java/.gitignore

This file was deleted.

51 changes: 0 additions & 51 deletions languages/java/README.md

This file was deleted.

1 change: 0 additions & 1 deletion languages/java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ publishing {
register<MavenPublication>("maven") {
from(components["java"])
artifactId = "codetl-java-language-provider"
version = "1.0.3"
}
}
}
Expand Down
Loading

0 comments on commit c5675ca

Please sign in to comment.