Skip to content

Commit

Permalink
1.36.0 (#45)
Browse files Browse the repository at this point in the history
* Update jars
  • Loading branch information
pambrose authored Nov 2, 2023
1 parent 79e80ef commit 5433e3b
Show file tree
Hide file tree
Showing 97 changed files with 1,890 additions and 1,132 deletions.
24 changes: 24 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
insert_final_newline = true
max_line_length = 120
trim_trailing_whitespace = true

[*.{kt,kts}]
ktlint_standard_final-newline = disabled
ktlint_standard_no-wildcard-imports = disabled
ktlint_standard_function-signature = disabled
ktlint_standard_multiline-if-else = disabled
ktlint_standard_class-signature = disabled
ktlint_standard_string-template-indent = disabled
ktlint_standard_no-multi-spaces = disabled
ktlint_standard_class-naming = disabled
ktlint_standard_indent = disabled
ktlint_standard_property-naming = disabled
ktlint_standard_no-empty-file = disabled
ktlint_standard_no-consecutive-comments = disabled
ktlint_standard_block-comment-initial-star-alignment = disabled
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
default: versioncheck

stop:
./gradlew --stop

clean:
./gradlew clean

Expand Down Expand Up @@ -54,4 +57,4 @@ depends:
./gradlew dependencies

upgrade-wrapper:
./gradlew wrapper --gradle-version=8.3 --distribution-type=bin
./gradlew wrapper --gradle-version=8.4 --distribution-type=bin
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/8a5c67f5892042559490559142af30ec)](https://www.codacy.com/gh/readingbat/readingbat-core?utm_source=github.com&utm_medium=referral&utm_content=readingbat/readingbat-core&utm_campaign=Badge_Grade)
[![ReadingBat](https://img.shields.io/endpoint?url=https://dashboard.cypress.io/badge/simple/g5z7vz&style=flat&logo=cypress)](https://dashboard.cypress.io/projects/g5z7vz/runs)
[![Kotlin](https://img.shields.io/badge/%20language-Kotlin-red.svg)](https://kotlinlang.org/)
[![ktlint](https://img.shields.io/badge/ktlint%20code--style-%E2%9D%A4-FF4081)](https://pinterest.github.io/ktlint/)

Framework used to generate ReadingBat content.

The [www.readingbat.com](https://www.readingbat.com) website repo is
[here](https://github.com/readingbat/readingbat-site).

The template repo for authoring your own content is [here](https://github.com/readingbat/readingbat-template).
The template repo for authoring your own content is [here](https://github.com/readingbat/readingbat-template).
Loading

0 comments on commit 5433e3b

Please sign in to comment.