Skip to content
Open
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
1 change: 1 addition & 0 deletions .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions .idea/libraries/Gradle__org_apiguardian_apiguardian_api_1_1_2.xml

This file was deleted.

12 changes: 0 additions & 12 deletions .idea/libraries/Gradle__org_junit_jupiter_junit_jupiter_5_9_1.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions .idea/libraries/Gradle__org_opentest4j_opentest4j_1_2_0.xml

This file was deleted.

1 change: 1 addition & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 0 additions & 13 deletions .idea/modules/BreakingNews.main.iml

This file was deleted.

23 changes: 0 additions & 23 deletions .idea/modules/BreakingNews.test.iml

This file was deleted.

2 changes: 1 addition & 1 deletion BreakingNews.iml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
<orderEntry type="jdk" jdkName="23" jdkType="JavaSDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
</module>
Binary file added BreakingNews/.gradle/8.10/checksums/checksums.lock
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file added BreakingNews/.gradle/8.13/checksums/checksums.lock
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file modified BreakingNews/.gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
4 changes: 2 additions & 2 deletions BreakingNews/.gradle/buildOutputCleanup/cache.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Sat Mar 01 16:55:21 GMT+03:30 2025
gradle.version=8.12.1
#Sat Mar 15 15:28:19 GMT+03:30 2025
gradle.version=8.13
Binary file modified BreakingNews/.gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
Binary file modified BreakingNews/.gradle/file-system.probe
Binary file not shown.
11 changes: 11 additions & 0 deletions BreakingNews/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
id 'java'
id 'application'
}

group = 'AP'
Expand All @@ -12,8 +13,18 @@ repositories {
dependencies {
testImplementation platform('org.junit:junit-bom:5.9.1')
testImplementation 'org.junit.jupiter:junit-jupiter'
implementation 'com.google.code.gson:gson:2.8.9'
}

test {
useJUnitPlatform()
}

application {
mainClass = 'AP.Main'
}

java {
sourceCompatibility = JavaVersion.VERSION_23
targetCompatibility = JavaVersion.VERSION_23
}
Binary file not shown.
Binary file modified BreakingNews/build/classes/java/main/AP/Main.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions BreakingNews/build/reports/problems/problems-report.html

Large diffs are not rendered by default.

Loading