Skip to content

Commit

Permalink
fix description for maven central
Browse files Browse the repository at this point in the history
  • Loading branch information
keilhofh committed Jan 18, 2024
1 parent a5df053 commit afaea67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {

group = 'io.github.msg-systems'
version = rootProject.file('version.txt').text.trim()
description='JUnit Extension and Java Agent for energy consumption measurement. See also <a href="https://github.com/msg-systems/jpowermonitor">https://github.com/msg-systems/jpowermonitor</a>'
description='JUnit Extension and Java Agent for energy consumption measurement. See also https://github.com/msg-systems/jpowermonitor'

sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
Expand Down

0 comments on commit afaea67

Please sign in to comment.